← all publishers

poshan0126

@poshan0126 source repo

14 published skills

  1. Tdd · poshan0126
    Test-Driven Development loop. Write a failing test first, then the minimum code to pass it, then refactor. Repeat.
    1 install
  2. Ship · poshan0126
    Commit, push, and create a PR for staged changes, with confirmation at each step. Use when your work is done and you want to ship.
    1 install
  3. Spec · poshan0126
    Turn a fuzzy feature idea into a self-contained SPEC.md by interviewing you first. Claude asks about scope, behavior, edge cases, and verification, then writes a spec a fresh implementation session can execute. Use before building anything non-trivial.
    1 install
  4. Catchup · poshan0126
    Rebuild working context fast after /clear or a fresh session — reads the handoff note and the branch's changes, then summarizes where work stands. Add `handoff` to write the note before stopping.
    1 install
  5. Explain · poshan0126
    Explain code. Default is a one-sentence summary plus a mental model. Add `verbose` to also get an ASCII diagram, key details, and a modification guide.
    1 install
  6. Onboard · poshan0126
    Get oriented in an unfamiliar codebase fast. An Explore-subagent-driven tour that goes from a one-paragraph overview down to architecture, data models, auth, conventions, and a glossary — without flooding your main context. Use on a repo you're new to.
    1 install
  7. Refactor · poshan0126
    Safely refactor code with test coverage as a safety net. Use `--diff` to simplify just the current working diff before committing.
    1 install
  8. Claude Md · poshan0126
    Keep CLAUDE.md current and lean — capture this session's durable learnings into it (default), or `audit` it for stale commands, drift, and bloat. Enforces the line budget either way.
    1 install
  9. Debug Fix · poshan0126
    Find and fix a bug. Default is careful (reproduce, investigate, test). Add `--fast` for emergency production mode (hotfix branch, minimal change, ship a PR fast).
    1 install
  10. Fix Issue · poshan0126
    Take a GitHub issue from number to tested fix — read the issue and comments, reproduce, locate the cause, fix with a regression test, and prep a PR that closes it.
    1 install
  11. Pr Review · poshan0126
    Review code changes or a pull request. Delegates to specialist agents (code quality, security, performance, silent failures, test quality, docs) in parallel.
    1 install
  12. Test Writer · poshan0126
    Write comprehensive tests for new or changed code. Use automatically after adding a function, endpoint, or component, or changing behavior, when the change has no corresponding test changes. Not for config, docs, or test-only diffs. For judging whether existing tests adequately verify a change, use the pr-test-analyzer agent instead.
    1 install
  13. Context Budget · poshan0126
    Estimate per-turn token cost of `.claude/` and `CLAUDE.md` — always-loaded vs path-scoped vs invoked-only, top contributors, over-budget flags. Add `--api` for exact tokenizer counts.
    1 install
  14. Setupdotclaude · poshan0126
    Set up dotclaude in any project. Deep-scans the codebase, interviews the user, installs only justified components, customized to the stack.
    1 install