From coding-standards
Bootstrap, update, or audit a project against deznode coding standards. Copies Claude rules, config templates (EditorConfig, Prettier, ESLint, Lefthook, Taskfile), and hooks into projects with ecosystem-aware selection and path customization. Use when user mentions "coding standards", "bootstrap rules", "update rules", "audit standards", "install coding standards", "sync standards", "check rule drift", "coding-standards setup", "apply coding standards", "mobile standards", "android rules", "kmp setup", "install ApiResult", "install source template", or "source files".
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-standards:coding-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bootstrap, update, or audit project configuration against deznode coding standards.
Bootstrap, update, or audit project configuration against deznode coding standards.
Run detection script to assess current state:
python3 ${CLAUDE_SKILL_DIR}/scripts/detect_standards.py <project-root> [--standards-path <path>]
If standards_repo.found is false, ask user for the coding-standards repo path via AskUserQuestion.
standards_repo.found?
├── No → Ask for path, re-run detector
└── Yes
├── No installed rules/configs AND no devtools_local → Bootstrap
├── devtools_local exists → AskUserQuestion: Update, Audit, or Install Source Templates?
└── Has installed rules but no devtools_local → Offer Audit first
.claude/rules/, configs → root, hooks → .claude/hooks/lefthook install, chmod +x hooks, write .claude/devtools.local.md.claude/devtools.local.mdlast_update timestamptemplates/source-files/ApiResult.kt (API response wrappers)See WORKFLOW.md for detailed steps. See EXAMPLES.md for usage examples. See TROUBLESHOOTING.md for common issues.
standard_type: aspirational). A codebase compatibility check (Step 4.5) identifies gaps and lets the user decide how to handle them. Source files like ApiResult.kt can be installed to implement the patterns.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub deznode/coding-standards --plugin coding-standards