By mistakeknot
Skill authoring toolkit — unified skill creation, TDD-adapted testing, and audit. Consolidated from interdev's create-agent-skills and writing-skills.
Audit an existing skill against best practices — checks structure, frontmatter, invocation control, description quality, and anti-patterns. Use when verifying a skill before deployment.
Expert guidance for creating Claude Code skills and slash commands — SKILL.md authoring, frontmatter, TDD pressure testing. For full plugin lifecycle (structure, release, marketplace), use /interplug:plugin.
Skill authoring toolkit for Claude Code plugins.
interskill guides you through creating Claude Code skills that actually trigger reliably and do what they promise. It combines two phases: spec-driven creation (structure, frontmatter, invocation control, description engineering for Claude Search Optimization) and TDD-adapted pressure testing (invoke the skill in edge cases, verify it handles them).
The audit skill checks existing skills against the Claude Code spec — structure, frontmatter validity, CSO compliance, and whether the skill's description is actually triggering it in the right contexts.
First, add the interagency marketplace (one-time setup):
/plugin marketplace add mistakeknot/interagency-marketplace
Then install the plugin:
/plugin install interskill
Create a new skill:
/interskill:skill
Or ask naturally:
"create a skill for database migration safety"
"write a new skill that handles deployment"
Audit an existing skill:
/interskill:audit
Or:
"check if my skill description triggers correctly"
"audit the flux-drive skill"
skills/
create/
SKILL.md Unified creation workflow (spec + TDD phases)
references/ 17 reference docs (best practices, CSO, patterns, etc.)
templates/ Starter templates (simple, router)
workflows/ Sub-workflows (add reference, add script, upgrade to router, etc.)
audit/
SKILL.md Skill verification workflow
The create skill ships with a full knowledge cluster: 17 reference documents covering Anthropic's official skill spec, persuasion principles, CSO optimization, common patterns, and testing strategies. The audit skill verifies structure, frontmatter, and invocation control against these references.
interskill was extracted from interdev, which consolidated two earlier skills (create-agent-skills and writing-skills) into the unified create + audit pair. See also interplug for plugin-level development tooling.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interskill[DEPRECATED — use intervox] Analyze your writing style and adapt Claude's output to sound like you. Replaced by intervox (via the interim intervoice), which adds a measured stylometric fingerprint, LLMism linter, and verified closed-loop apply on top of the global multi-register profile.
Self-improving agent rig: codifies product and engineering discipline into composable workflows from brainstorm to ship. Compounds knowledge, generates domain agents, monitors its own docs, and surfaces conservative update drift. Orchestrates Claude, Codex, and Oracle through 6 agents, 57 commands, 20 skills, 0 MCP servers. Factory substrate: CXDB turn DAG, scenario bank with satisfaction scoring, evidence pipeline, agent capability policies. Companions: interspect, interphase, interline, interflux, interpath, interwatch, interslack, interform, intercraft, interdev, interpeer, intertest.
Recursive AGENTS.md generator with integrated Oracle critique, CLAUDE.md harmonization, incremental updates, diff previews, and smart monorepo scoping. Cross-AI compatible.
Token efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
Multi-agent review and research with scored triage, domain detection, content slicing, intermediate finding sharing, and knowledge injection. 17 agents (12 review + 5 research), 8 commands (incl. flux-melange — a goal-seeking adaptive review loop with lens fusion and novelty/risk/taste scoring), 3 skills (flux-engine, flux-review-engine, flux-melange-engine), 2 MCP servers (exa, openrouter-dispatch). Companion plugin for Clavain.
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
Quality-gated skill authoring: create, recap, update, judge, and step-through-apply skills with HITL and an audit/feedback layer.
Daymade skills core suite. Bundles skill creation, quality review, governance, and marketplace development tooling under one shared namespace. Existing-skill edits use an old-vs-new capability audit and content-bound packaging attestation so prompt compression cannot silently delete runtime contracts. When the official skill-creator plugin is also installed, skill-creator detects the coexistence and offers a consent-based, reversible SessionStart routing hook so the daymade edition wins deterministically; on machines without the official plugin nothing is ever installed.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Create, edit, evaluate, and package Claude Code agent skills — full draft→test→review→improve lifecycle.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.