By zpyoung
Core skills library for Claude Code: TDD, debugging, collaboration patterns, typed artifacts, and proven techniques
Create a new Architecture Decision Record (ADR) in docs/adr/. Use to record a significant architectural decision.
Append a BUG-N entry to BUGS.md. Use when you've noticed a bug you cannot fix in the current scope.
Append a DEFER-N entry to DEFERRED.md for tasks that are out of scope for the current session.
Scaffold typed-artifact files (BUGS, DEFERRED, TEST_BACKLOG, proposals, docs/adr/) into this project.
Read-only summary of all typed-artifact entries (bugs, deferred work, test backlog, proposals, ADRs).
Divergent-ideation subroutine for surfacing N non-obvious viable options when facing decision points. Explicitly invoked via /adhd or delegated from brainstorming step 6. Uses parallel agent dispatch (Diverge + Deepen) + inline Score/Cluster to generate structured option lists with critiques.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Modifies files
Hook triggers on file write and edit operations
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, typed artifacts, and proven techniques.
Version: 5.6.2
skills/ covering TDD, systematic debugging, brainstorming, divergent ideation, plan writing, code review, parallel agent dispatch, and more.Install via the quirk-dev marketplace (.claude-plugin/marketplace.json).
A discipline for routing deferred observations into structured markdown files instead of burying them in prose ("pre-existing", "out of scope", "skipped for brevity").
In your project, run:
/quirk:artifacts:init
That scaffolds BUGS.md, DEFERRED.md, TEST_BACKLOG.md, proposals.md, and docs/adr/. It also appends a 5-line trigger snippet to your project's CLAUDE.md (use --no-claude-md to skip that).
| Command | Purpose |
|---|---|
/quirk:artifacts:init | Scaffold artifact files into the current project |
/quirk:artifacts:bug | Append a BUG-N entry to BUGS.md |
/quirk:artifacts:defer | Append a DEFER-N entry to DEFERRED.md |
/quirk:artifacts:test-skip | Append a TEST-N entry to TEST_BACKLOG.md |
/quirk:artifacts:triage | Classify an observation and append to the right file |
/quirk:artifacts:adr | Create a new Architecture Decision Record |
/quirk:artifacts:review-artifacts | Read-only summary of all entries |
Three lifecycle hooks (warn-only, never block):
/init if none exist).All three gate on artifact-file presence — they are inert no-ops in projects that haven't run /quirk:artifacts:init.
See docs/specs/2026-05-04-typed-artifacts-design.md.
Quirk can author Agent Isles-aware artifacts while keeping Markdown canonical and Agent Isles optional. The stdlib-only helper in bin/agent_isles.py detects a local isles binary, an isles on PATH, or an explicit npx agent-isles@next fallback; it never silently installs packages.
python3 bin/agent_isles.py doctor
python3 bin/agent_isles.py command examples/agent-isles/typed-artifacts-summary.md
The experimental local component pack lives in packs/quirk/ and covers typed artifact summaries, TDD cycle reports, plan readiness, and review findings. Examples live in examples/agent-isles/. See docs/agent-isles-artifacts.md for the authoring contract: Markdown source is canonical, generated HTML under .quirk/isles/ is disposable by default, and the Quirk pack is trusted local code.
python3 -m pytest -q
Stdlib-only Python 3.9+. No third-party dependencies.
npx claudepluginhub zpyoung/quirk --plugin quirkClaude Code skills and diagnostics for installing, updating, rendering, and authoring Agent Isles Markdown reports.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).