attac-t
UserOpinionated Claude Code plugins. How to think, what to build, how to ship, how to test.
Categories
Indexed Skills (60)
craft-review
Activates ruthless critic mentality. Use when evaluating code quality.
craft-memory
Crafting effective CLAUDE.md files. Project memory that Claude won't ignore.
polish
Deep code polish. Seven-pass readability protocol. Use when code works but doesn't sing.
craft-swimlane
Draw who or what acts at each step, and what crosses between them. Use when a hand-off, an approval, a human touchpoint or an adapter seam is the point. Not for static structure (craft-map), ownerless process (craft-flow), or a call and return trace.
craft-flow
Show what happens next, in what stages, and where it branches. Use for a process, a lifecycle, a state change nobody owns. Not for static structure (craft-map) or who acts at each step (craft-swimlane).
craft-map
Show what exists, where it lives, and what each part is for. Use for a directory tree, a codebase layout, a component hierarchy. Not for sequence (craft-flow) or who acts (craft-swimlane).
craft-blueprint
Crafting blueprints. Persistent task tracking with user confirmation.
ground-interview
Spec refinement via AskUserQuestion. Extract requirements before implementation.
decide-test-merit
When a test earns its line, and when to cut it. Removal is the test of a test.
ground-mechanism
Code or model. What must be deterministic, and what must be judged.
craft-pr-stack
Opening a pull request on top of one that has not merged. When a stack earns its merge order, how to rebase a child, and where the child lands when the parent merges.
craft-test
Testing philosophy. Confidence, not coverage. What to test, what to skip.
ground-delegation
Strategic delegation. When to lead, delegate, or collaborate.
craft-skill
How to craft an atomic skill. Includes templates and registration.
craft-sh
Crafting a shell script that reads like prose. One story in main, one job per function, early returns, and the ways a shell lies to you.
craft-comment
What a comment is for, what shape it takes, and the space around code that means no comment is needed. Applies to any language, not only shell.
brief
The five shapes a human surface takes — work, change, update, decision, closure. Use before writing an issue, a pull request body, a comment, a question or a closing note. Never for a run record, which holds how the work was done.
craft-repo-identity
Binding one repository to one GitHub account when a machine holds several. Which identity signs a commit, which token pushes it, and why the CLI's account is global when everything else is per repo.
ground-recitation
Anchor yourself. Prevent context drift.
craft-hook
How to create a new Reflex (Hook) for the OS.
craft-adr
Recording architectural decisions. Why we chose X over Y.
craft-handoff
Create a handoff document. Preserves state across sessions.
craft-observation
Record a learning or discovery. Compounds knowledge across sessions.
craft-rfc
Proposing technical designs. How we should build X.
ground-context
Context budget management. Solves context exhaustion.
ground-elegance
Sensing resistance. The "push back" instinct when code feels forced.
ground-naming
Naming patterns. "Specific is better than generic."
craft-concern
Crafting Concerns (traits). Thin wiring, not business logic.
craft-context
Crafting Context Objects. Parameter encapsulation for complex operations.
craft-controller
Crafting thin controllers. Traffic cops, not business logic.
craft-domain-structure
Crafting Domain Structure. Mini-Laravel-app per domain.
craft-event-driven-model
Crafting Event-Driven Models. Side effects via observers.
craft-guard-clause
Crafting Guard Clauses. Early returns for preconditions.
craft-job
Crafting Jobs. Queue orchestration, not business logic.
craft-null-object
Crafting Null Objects. Safe defaults instead of null checks.
craft-query
Crafting QueryBuilders. Eloquent power, not Repositories.
craft-registry
Crafting Registries. Multi-provider handler dispatch.
craft-result
Crafting Result Objects. Rich outcomes beyond success/failure.
craft-shared-domain
Crafting Shared Domain. Cross-cutting concerns namespace.
craft-support
Crafting Support namespace code. Reusable, domain-agnostic.
evaluate-plugin
How to verify the Cognitive OS is functioning correctly.
ground-discovery
Research before implementation. Reading before writing.
craft-plugin-update
Release a plugin version. Bump plugin.json, then commit.
question
Interrogate an ask before acting on it. What was asked, why, is it still right, and where does it fit. Use at the start of any piece of work, and again whenever the ask is restated.
retrospect
Find what went wrong before somebody else does. Run it when work ends, when a check goes red, and when a person catches what you missed.
craft-agent
How to craft a Sub-Agent persona.
craft-command
How to craft a Slash Command trigger.
craft-plugin
The Architecture of the Cognitive OS.
craft-readme
How to craft a README. Direct, minimal, clear.
ground-orientation
Context loading. Solves cold start.
ground-stack
Ground the right stack philosophy for the current technology context.
ground-topic
Isolate yourself. One branch, one memory.
craft-action
Crafting an Action. The heart of business logic.
craft-collection
Crafting custom collections. Domain pipelines.
craft-dto
Crafting DTOs with Spatie Laravel Data v4.
craft-model-state
Crafting model states. Explicit state machines.
craft-model
Crafting the Eloquent model. Source of truth.
craft-queueable-action
Crafting Queueable Actions. Skip job boilerplate.
craft-test-factory
Crafting Test Factories. Beyond Laravel defaults.
ground
Internalize all ground-* philosophy skills.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.