Aditya Singh
Community@CodeCrafterAdi2006
Building through uncertainty, learning through failure, and staying curious. Passionate about AI, software, and continuous growth.
Agent Skills by Aditya Singh
Showing 29 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
documentation-and-adrs
Writes architecture decision records, API documentation, READMEs, and changelogs for codebases.
using-agent-skills
Discovers and routes tasks to phase-specific engineering workflow skills.
test-driven-development
Guides test-first development using the red-green-refactor cycle for code changes and bug fixes.
planning-and-task-breakdown
Decomposes specifications into ordered, verifiable tasks with acceptance criteria and checkpoints.
incremental-implementation
Implements multi-file code changes in tested, committed vertical slices.
api-and-interface-design
Designs stable REST APIs, TypeScript contracts, and module boundaries with consistent error semantics.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Configures rules files and curates context layers for AI coding agents.
frontend-ui-engineering
Builds accessible, responsive, production-quality user interface components following design system standards.
shipping-and-launch
Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Writes structured specifications before coding through a gated four-phase workflow.
octocat
Automates git and GitHub operations using the gh CLI for pull requests, issues, and repository management.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance before merge.
filesystem-context
Offload large tool outputs and agent plans to filesystem files for context management.
security-and-hardening
Hardens web application code against OWASP vulnerabilities through threat modeling and defensive patterns.
linting-neostandard-eslint9
Configures ESLint v9 flat config with neostandard for JavaScript and TypeScript projects.
deprecation-and-migration
Plans and executes deprecation and migration of legacy systems, APIs, and features.
observability-and-instrumentation
Implements structured logging, metrics, tracing, and alerting for production code.
context-compression
Compress long agent conversation histories into structured summaries preserving files, decisions, and next steps.
interview-me
Extracts underlying user intent through one-question-at-a-time interviews before planning or coding.
code-simplification
Refactors code to reduce complexity while preserving exact behavior and project conventions.
doubt-driven-development
Subjects non-trivial decisions to fresh-context adversarial review before they stand.
Frequently Asked Questions About Aditya Singh
FAQPage SchemaWhat tasks can I accomplish with CodeCrafterAdi2006's skills?▼
The 30 skills cover the full delivery cycle: refining ideas, writing specs, breaking work into tasks, test-driven implementation, root-cause debugging, multi-axis code review, ESLint v9 linting setup, GitHub PR management via gh, CI/CD pipeline configuration, security hardening, performance optimization, and production launch preparation.
Who are these skills designed for?▼
Software engineers and coding agents working across the development lifecycle. They suit developers implementing features, reviewers assessing code quality before merge, and engineers handling releases, deprecations, migrations, observability, and browser-based debugging with Chrome DevTools.
How do the skills get discovered and invoked at runtime?▼
The using-agent-skills meta-skill governs discovery and invocation at session start or when a task matches a skill's trigger conditions. Individual skills activate on natural-language triggers such as 'refine this idea', failing tests, GitHub URLs, or lint configuration requests.
What prerequisites or dependencies do these skills require?▼
Most skills are methodology-based and need no external dependencies. Specific exceptions: the octocat skill requires the gh CLI for GitHub operations, and browser-testing-with-devtools requires the chrome-devtools MCP server to be configured before use.
Do the skills address long-running session context problems?▼
Yes. Three dedicated skills handle context: context-engineering configures rules files and session setup, context-compression produces structured summaries and handoffs, and context-degradation diagnoses lost-in-middle failures, context poisoning, and conflicting accumulated context.