🎯

typescript-patterns

🎯Skill

from adrianbrowning/agent-skills

VibeIndex|
What it does

Provides reusable TypeScript design patterns and code generation templates for improving code structure and maintainability in Claude Code interactions.

πŸ“¦

Part of

adrianbrowning/agent-skills(2 items)

typescript-patterns

Installation

ConfigurationMCP configuration (may be incomplete)
{ "hooks": { "UserPromptSubmit": [ { "matcher": "", ...
πŸ“– Extracted from docs: adrianbrowning/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# adrianbrowning/agent-skills

Agent skills for the tools I use.

Install with:

```sh

pnpm dlx skills add adrianbrowning/agent-skills

```

And choose the ones you want.

hooks

  • https://github.com/anthropics/claude-code/tree/main/plugins/hookify

- /plugin install hookify@claude-code-plugins

  • https://paddo.dev/blog/claude-code-hooks-guardrails/
  • https://mays.co/optimizing-claude-code#hooks-active-enforcement

Copy the files from hooks/* to your local ~/.claude or /.claude

UserPromptSubmit

```json

{

"hooks": {

"UserPromptSubmit": [

{

"matcher": "",

"hooks": [

{

"type": "command",

"command": "node /Users//.claude/hooks/user-prompt-skill-eval.ts",

"timeout": 5

}

]

}

]

}

}

```