Agent Skills by anicdh
Showing 43 vetted skills indexed across 1 GitHub repositories.
upgrade
Merge latest agStack boilerplate updates into an existing project.
go
Route Go backend development to sub-skills for error handling, DI, testing, and concurrency.
product-owner-review
Classify project plans into user-oriented or technical Epics with dependencies.
frontend-ui
Apply Tailwind and Shadcn/ui patterns with accessibility rules to React components.
python
Route Python tasks to the appropriate sub-skill implementation guide.
typescript
Route TypeScript tasks to specialized sub-skills for consistent project standards.
rust-dev
Enforce Rust error handling, typing, and documentation standards before coding.
tech-stack-consult
Select an agStack backend profile and write stack.json plus an ADR.
setup
Initialize a new agStack project with templates, dependencies, Docker, and migrations.
postgres-prisma
Enforce safe Prisma schema design and migration practices for PostgreSQL.
plan-sprint
Convert engineering review outputs and PRD insights into structured sprint artifacts.
skill-authoring
Validate SKILL.md frontmatter and structure for Claude Skill Units.
agent-authoring
Create, edit, and review agent files in .claude/agents/ with standardized frontmatter.
go-db
Configure pgx connection pools, queries, migrations, and transactions in Go.
go-websocket
Establish real-time WebSocket communication patterns for Go backends using Chi.
go-testing
Standardize Go tests with table-driven patterns, httptest, and interface-based mocks.
go-handlers
Creates Go HTTP handlers with thin-controller architecture and Chi routing.
go-async
Coordinate Go concurrency with errgroup, context propagation, and bounded worker pools.
go-dev
Enforce Go backend project structure, naming, error handling, and dependency injection standards.
python-dev
Enforce Python development standards for structure, imports, typing, and error handling.
python-testing
Automate pytest workflows for Python projects with fixtures, mocking, and async tests.
python-async
Guide correct asyncio patterns with httpx and concurrency primitives.
python-websocket
Implement FastAPI WebSocket endpoints with JWT authentication and message validation.
python-fastapi
Standardize FastAPI routing, dependency injection, and error handling patterns.