AvinashP
- 19 skills
- 0 followers
- 6 hours ago last updated
- ▌ Testing · avinashp bundleUse when implementing any feature or bugfix - before writing implementation code. Write the test first, watch it fail, then implement.
- ▌ Debugging · avinashp bundleUse when encountering any bug, test failure, error, or unexpected behavior - before proposing fixes. Requires root cause investigation first.
- ▌ Verifying · avinashpUse 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.
- ▌ Committing · avinashp bundleCreates quality git commits with conventional commit format. Use when asked to commit changes or create a commit message.
- ▌ Creating Pr · avinashp bundleCreates 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.
- ▌ Refactoring · avinashp bundleRefactors code safely with test verification. Use when asked to refactor, restructure, clean up, or improve code organization.
- ▌ Scaffolding · avinashp bundleGenerates boilerplate following project conventions. Use when asked to create a new component, module, service, or scaffold code.
- ▌ Brainstorming · avinashpUse before any creative work - creating features, building components, adding functionality. Explores requirements and design through collaborative dialogue before implementation.
- ▌ Security Audit · avinashp bundleAudits code for security vulnerabilities. Use when asked to check security, find vulnerabilities, or audit for OWASP issues.
- ▌ Explaining Code · avinashp bundleExplains code with diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when asked "how does this work?"
- ▌ Atlas Init · avinashpInitialize project with CLAUDE.md, STATE.md, and ROADMAP.md by following the canonical init command doc.
- ▌ Atlas Plan · avinashpCreate 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.
- ▌ Atlas Sync · avinashpRestore project context after clear/new session by following the canonical sync command doc.
- ▌ Receiving Feedback · avinashpUse when receiving code review feedback or corrections - before implementing suggestions. Requires technical verification and reasoned evaluation, not blind agreement or performative responses.
- ▌ Atlas Review · avinashpReview code changes and capture learnings for CLAUDE.md by following the canonical review command doc.
- ▌ Atlas Status · avinashpCheck project progress and suggest the next action by following the canonical status command doc.
- ▌ Atlas Triage · avinashpPull and triage issues from external sources for planning by following the canonical triage command doc.
- ▌ Atlas Execute · avinashpExecute the current plan (from STATE.md -> PLAN.md) by following the canonical execute command doc. Make code changes + run necessary checks.
- ▌ Atlas Complete · avinashpComplete the current milestone and prepare next work by following the canonical complete command doc.