Poshan Pandey
Community@poshan0126
Founder @ AskReplicas | SWE | Building production LLM & Agentic Systems
Agent Skills by Poshan Pandey
Showing 22 vetted skills indexed across 1 GitHub repositories.
explain
Explains code with a one-sentence summary, mental model, and optional verbose breakdown.
debug-fix
Diagnose and fix bugs with a careful reproduce-investigate-test workflow or an emergency hotfix mode.
spec
Interviews the user and writes a self-contained SPEC.md for a feature.
test-writer
Write comprehensive tests for newly added or changed code based on git diffs.
onboard
Generates a structured onboarding brief of an unfamiliar codebase using Explore subagents.
claude-md
Captures session learnings into CLAUDE.md and audits it for stale content and bloat.
ship
Commits, pushes, and creates a GitHub pull request for staged changes with per-step confirmation.
catchup
Rebuilds working context from handoff notes and git branch state after a session reset.
fix-issue
Resolves GitHub issues end to end from reproduction through regression-tested fix and PR.
tdd
Implements features through a red-green-refactor test-driven development cycle.
context-budget
Estimates per-turn token cost of .claude/ configuration files and CLAUDE.md.
pr-review
Reviews pull requests and code changes by delegating to specialist review agents in parallel.
refactor
Refactors code in small testable steps using existing tests as a safety net.
explain
Parse code snippets and generate structured explanations with visual diagrams.
debug-fix
Diagnose bugs by parsing error logs and stack traces.
test-writer
Generate unit tests for code changes covering normal, edge, error, and concurrent scenarios.
ship
Stage, commit, push code changes, and create pull requests.
tdd
Guide developers through test-driven development cycles with failing tests, minimal code, and refactoring.
context-budget
Calculate token and character sizes of Claude configuration files and resources.
pr-review
Analyze pull requests for quality, security, performance, and documentation issues.
refactor
Guide incremental code refactoring with test coverage at each step.
setupdotclaude
Automate dotclaude initialization and configuration in projects.