← All creators

attac-t

User

Opinionated Claude Code plugins. How to think, what to build, how to ship, how to test.

60 indexed · 0 Featured · 1 stars · avg score 55
Prolific

Categories

Indexed Skills (60)

Code & Development Listed

craft-review

Activates ruthless critic mentality. Use when evaluating code quality.

1 Updated today
attac-t
AI & Automation Listed

craft-memory

Crafting effective CLAUDE.md files. Project memory that Claude won't ignore.

1 Updated today
attac-t
AI & Automation Listed

polish

Deep code polish. Seven-pass readability protocol. Use when code works but doesn't sing.

1 Updated today
attac-t
AI & Automation Listed

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.

1 Updated today
attac-t
AI & Automation Listed

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).

1 Updated today
attac-t
AI & Automation Listed

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).

1 Updated today
attac-t
AI & Automation Listed

craft-blueprint

Crafting blueprints. Persistent task tracking with user confirmation.

1 Updated today
attac-t
AI & Automation Listed

ground-interview

Spec refinement via AskUserQuestion. Extract requirements before implementation.

1 Updated today
attac-t
Code & Development Listed

decide-test-merit

When a test earns its line, and when to cut it. Removal is the test of a test.

1 Updated today
attac-t
AI & Automation Listed

ground-mechanism

Code or model. What must be deterministic, and what must be judged.

1 Updated today
attac-t
AI & Automation Listed

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.

1 Updated today
attac-t
Testing & QA Listed

craft-test

Testing philosophy. Confidence, not coverage. What to test, what to skip.

1 Updated today
attac-t
AI & Automation Listed

ground-delegation

Strategic delegation. When to lead, delegate, or collaborate.

1 Updated today
attac-t
AI & Automation Listed

craft-skill

How to craft an atomic skill. Includes templates and registration.

1 Updated today
attac-t
AI & Automation Listed

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.

1 Updated today
attac-t
AI & Automation Listed

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.

1 Updated today
attac-t
AI & Automation Listed

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.

1 Updated today
attac-t
Code & Development Listed

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.

1 Updated today
attac-t
DevOps & Infrastructure Listed

ground-recitation

Anchor yourself. Prevent context drift.

1 Updated today
attac-t
AI & Automation Listed

craft-hook

How to create a new Reflex (Hook) for the OS.

1 Updated today
attac-t
AI & Automation Listed

craft-adr

Recording architectural decisions. Why we chose X over Y.

1 Updated today
attac-t
AI & Automation Listed

craft-handoff

Create a handoff document. Preserves state across sessions.

1 Updated today
attac-t
AI & Automation Listed

craft-observation

Record a learning or discovery. Compounds knowledge across sessions.

1 Updated today
attac-t
AI & Automation Listed

craft-rfc

Proposing technical designs. How we should build X.

1 Updated today
attac-t
AI & Automation Listed

ground-context

Context budget management. Solves context exhaustion.

1 Updated today
attac-t
AI & Automation Listed

ground-elegance

Sensing resistance. The "push back" instinct when code feels forced.

1 Updated today
attac-t
AI & Automation Listed

ground-naming

Naming patterns. "Specific is better than generic."

1 Updated today
attac-t
AI & Automation Listed

craft-concern

Crafting Concerns (traits). Thin wiring, not business logic.

1 Updated today
attac-t
AI & Automation Listed

craft-context

Crafting Context Objects. Parameter encapsulation for complex operations.

1 Updated today
attac-t
AI & Automation Listed

craft-controller

Crafting thin controllers. Traffic cops, not business logic.

1 Updated today
attac-t
AI & Automation Listed

craft-domain-structure

Crafting Domain Structure. Mini-Laravel-app per domain.

1 Updated today
attac-t
AI & Automation Listed

craft-event-driven-model

Crafting Event-Driven Models. Side effects via observers.

1 Updated today
attac-t
AI & Automation Listed

craft-guard-clause

Crafting Guard Clauses. Early returns for preconditions.

1 Updated today
attac-t
AI & Automation Listed

craft-job

Crafting Jobs. Queue orchestration, not business logic.

1 Updated today
attac-t
AI & Automation Listed

craft-null-object

Crafting Null Objects. Safe defaults instead of null checks.

1 Updated today
attac-t
AI & Automation Listed

craft-query

Crafting QueryBuilders. Eloquent power, not Repositories.

1 Updated today
attac-t
AI & Automation Listed

craft-registry

Crafting Registries. Multi-provider handler dispatch.

1 Updated today
attac-t
AI & Automation Listed

craft-result

Crafting Result Objects. Rich outcomes beyond success/failure.

1 Updated today
attac-t
AI & Automation Listed

craft-shared-domain

Crafting Shared Domain. Cross-cutting concerns namespace.

1 Updated today
attac-t
AI & Automation Listed

craft-support

Crafting Support namespace code. Reusable, domain-agnostic.

1 Updated today
attac-t
AI & Automation Listed

evaluate-plugin

How to verify the Cognitive OS is functioning correctly.

1 Updated today
attac-t
AI & Automation Listed

ground-discovery

Research before implementation. Reading before writing.

1 Updated today
attac-t
AI & Automation Listed

craft-plugin-update

Release a plugin version. Bump plugin.json, then commit.

1 Updated today
attac-t
AI & Automation Listed

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.

1 Updated today
attac-t
Testing & QA Listed

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.

1 Updated today
attac-t
AI & Automation Listed

craft-agent

How to craft a Sub-Agent persona.

1 Updated today
attac-t
AI & Automation Listed

craft-command

How to craft a Slash Command trigger.

1 Updated today
attac-t
AI & Automation Listed

craft-plugin

The Architecture of the Cognitive OS.

1 Updated today
attac-t
AI & Automation Listed

craft-readme

How to craft a README. Direct, minimal, clear.

1 Updated today
attac-t
AI & Automation Listed

ground-orientation

Context loading. Solves cold start.

1 Updated today
attac-t
AI & Automation Listed

ground-stack

Ground the right stack philosophy for the current technology context.

1 Updated today
attac-t
AI & Automation Listed

ground-topic

Isolate yourself. One branch, one memory.

1 Updated today
attac-t
AI & Automation Listed

craft-action

Crafting an Action. The heart of business logic.

1 Updated today
attac-t
AI & Automation Listed

craft-collection

Crafting custom collections. Domain pipelines.

1 Updated today
attac-t
AI & Automation Listed

craft-dto

Crafting DTOs with Spatie Laravel Data v4.

1 Updated today
attac-t
AI & Automation Listed

craft-model-state

Crafting model states. Explicit state machines.

1 Updated today
attac-t
AI & Automation Listed

craft-model

Crafting the Eloquent model. Source of truth.

1 Updated today
attac-t
AI & Automation Listed

craft-queueable-action

Crafting Queueable Actions. Skip job boilerplate.

1 Updated today
attac-t
Testing & QA Listed

craft-test-factory

Crafting Test Factories. Beyond Laravel defaults.

1 Updated today
attac-t
AI & Automation Listed

ground

Internalize all ground-* philosophy skills.

1 Updated today
attac-t

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.