← all publishers

AvinashP

@avinashp source repo

19 published skills

  1. Testing · avinashp bundle
    Use when implementing any feature or bugfix - before writing implementation code. Write the test first, watch it fail, then implement.
    0
    installs
  2. Debugging · avinashp bundle
    Use when encountering any bug, test failure, error, or unexpected behavior - before proposing fixes. Requires root cause investigation first.
    0
    installs
  3. Verifying · avinashp
    Use when about to claim work is complete, fixed, or passing - before committing or creating PRs. Requires running verification commands and confirming output before any success claims.
    0
    installs
  4. Committing · avinashp bundle
    Creates quality git commits with conventional commit format. Use when asked to commit changes or create a commit message.
    0
    installs
  5. Creating Pr · avinashp bundle
    Creates pull requests with quality descriptions. Use when asked to create a PR, open a pull request, or ship code for review. Requires test verification before PR creation.
    0
    installs
  6. Refactoring · avinashp bundle
    Refactors code safely with test verification. Use when asked to refactor, restructure, clean up, or improve code organization.
    0
    installs
  7. Scaffolding · avinashp bundle
    Generates boilerplate following project conventions. Use when asked to create a new component, module, service, or scaffold code.
    0
    installs
  8. Brainstorming · avinashp
    Use before any creative work - creating features, building components, adding functionality. Explores requirements and design through collaborative dialogue before implementation.
    0
    installs
  9. Security Audit · avinashp bundle
    Audits code for security vulnerabilities. Use when asked to check security, find vulnerabilities, or audit for OWASP issues.
    0
    installs
  10. Explaining Code · avinashp bundle
    Explains code with diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when asked "how does this work?"
    0
    installs
  11. Atlas Init · avinashp
    Initialize project with CLAUDE.md, STATE.md, and ROADMAP.md by following the canonical init command doc.
    0
    installs
  12. Atlas Plan · avinashp
    Create executable plan for the current phase (3-5 tasks). Reads the canonical plan command doc and produces/updates the current PLAN.md referenced from STATE.md. No implementation.
    0
    installs
  13. Atlas Sync · avinashp
    Restore project context after clear/new session by following the canonical sync command doc.
    0
    installs
  14. Receiving Feedback · avinashp
    Use when receiving code review feedback or corrections - before implementing suggestions. Requires technical verification and reasoned evaluation, not blind agreement or performative responses.
    0
    installs
  15. Atlas Review · avinashp
    Review code changes and capture learnings for CLAUDE.md by following the canonical review command doc.
    0
    installs
  16. Atlas Status · avinashp
    Check project progress and suggest the next action by following the canonical status command doc.
    0
    installs
  17. Atlas Triage · avinashp
    Pull and triage issues from external sources for planning by following the canonical triage command doc.
    0
    installs
  18. Atlas Execute · avinashp
    Execute the current plan (from STATE.md -> PLAN.md) by following the canonical execute command doc. Make code changes + run necessary checks.
    0
    installs
  19. Atlas Complete · avinashp
    Complete the current milestone and prepare next work by following the canonical complete command doc.
    0
    installs