devkit-knowledge

Locate Cadre DevKit documentation and map topics to file paths.

9|1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/benshapyro/cadre-devkit-claude --skill devkit-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devkit-knowledge
Source: https://github.com/benshapyro/cadre-devkit-claude/tree/main/skills/devkit-knowledge
Command: npx skills add https://github.com/benshapyro/cadre-devkit-claude --skill devkit-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides quick access to Cadre DevKit structure and how-to answers, helping users locate commands, skills, hooks, and references quickly.

Core Features & Use Cases

  • Where to Find Things: Global config, commands, skills, hooks, references
  • Quick Answers: Short guidelines on adding commands/skills
  • Skill Activation & Debugging: How skills activate and how to troubleshoot

Quick Start

Ask for guidance on a specific DevKit topic, e.g., "Where is SKILL.md for a skill?"

Frequently Asked Questions about devkit-knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find DevKit commands and skills in my local documentation?

DevKit knowledge locates commands, skills, hooks, and references stored in ~/.claude local markdown assets like SKILL.md. Query the knowledge base with specific topics—global config, commands, or skills—to get exact file paths and structure guidance backed by source documentation.

Where is the SKILL.md file for a specific skill, and what does it contain?

SKILL.md files live in skill directories under ~/.claude and document skill activation, hooks, and workflows. The knowledge base maps skill topics to their exact file locations and validates YAML frontmatter to guide you to the right documentation.

How do I troubleshoot skill activation and hook execution in DevKit?

Skill activation and hook debugging require understanding DevKit structure—which this knowledge base covers through local documentation references. Query it for how skills activate, where hooks live in the config, and what file paths control execution behavior.

What's the structure of the ~/.claude directory and how do I navigate it?

The ~/.claude directory contains global config, commands, skills, hooks, and agent workflows. The DevKit knowledge base maps topics to their file paths and explains the structure so you can quickly locate config files, skill definitions, and reference materials.

Can I add custom commands and skills to DevKit, and where do they go?

Custom commands and skills integrate into DevKit through structured locations in ~/.claude. The knowledge base provides quick guidelines on where to place new commands and skills, validated against YAML frontmatter and documented workflows.