Skip to content
OpenSmartRoute
Skillv1.0.0

hooks-explainer

Documents the hook enforcement system, bypass mechanisms, and common failure patterns to help agents avoid getting stuck on protected path writes

by oimiragieo(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from oimiragieo/agent-studio (.claude/skills/hooks-explainer/SKILL.md). Install upstream with npx skills add oimiragieo/agent-studio --skill hooks-explainer. Copyright stays with the author.

Hooks Explainer

Step 1: Gather Context

Read relevant files and understand requirements

Step 2: Execute

Perform the skill's main function using available tools

Step 3: Output

Return results and save artifacts if applicable

</execution_process>

<best_practices>

  1. Follow existing project patterns: Follow this practice for best results
  2. Document all outputs clearly: Follow this practice for best results
  3. Handle errors gracefully: Follow this practice for best results

</best_practices>

# Invoke this skill
/hooks-explainer [arguments]

# Or run the script directly
node .claude/skills/hooks-explainer/scripts/main.cjs --help

</usage_example>

Search Protocol

For code discovery and search tasks, follow this priority order:

  1. `pnpm search:code ""` (Primary intent-based search).
  2. `ripgrep` (for exact keyword/regex matches).
  3. semantic/structural search via code tools if available.

Memory Protocol (MANDATORY)

Before starting: ```bash cat .claude/context/memory/learnings.md cat .claude/context/memory/decisions.md ```

After completing:

  • New pattern -> `.claude/context/memory/learnings.md`
  • Issue found -> `.claude/context/memory/issues.md`
  • Decision made -> `.claude/context/memory/decisions.md`

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/oimiragieo-agent-studio-hooks-explainer/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

oimiragieo-agent-studio-hooks-explainer.ocm.jsonjson
{
  "ocm": "1",
  "id": "oimiragieo-agent-studio-hooks-explainer",
  "kind": "skill",
  "name": "hooks-explainer",
  "description": "Documents the hook enforcement system, bypass mechanisms, and common failure patterns to help agents avoid getting stuck on protected path writes",
  "publisher": "oimiragieo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "hooks",
      "explainer",
      "documents",
      "hook",
      "enforcement",
      "system",
      "bypass",
      "mechanisms",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Documents the hook enforcement system, bypass mechanisms, and common failure patterns to help agents avoid getting stuck on protected path writes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/oimiragieo/agent-studio",
      "path": ".claude/skills/hooks-explainer/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/oimiragieo/agent-studio/blob/HEAD/.claude/skills/hooks-explainer/SKILL.md",
      "key": "oimiragieo/agent-studio/.claude/skills/hooks-explainer/SKILL.md"
    }
  },
  "instructions": "# Hooks Explainer\n\n<identity>\nHooks Explainer Skill - Documents the hook enforcement system, bypass mechanisms, and common failure patterns to help agents avoid getting stuck on protected path writes\n</identity>\n\n<capabilities>\n- Hooks Explainer primary function\n- Integration with agent ecosystem\n- Standardized output generation\n</capabilities>\n\n<instructions>\n<execution_process>\n\n### Step 1: Gather Context\n\nRead relevant files and understand requirements\n\n### Step 2: Execute\n\nPerform the skill's main function using available tools\n\n### Step 3: Output\n\nReturn results and save artifacts if appl",
  "cost": {
    "context_tokens": 458
  }
}

Fetch it by URL: GET /api/v1/registry/oimiragieo-agent-studio-hooks-explainer/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.