Agent Skills by bigpapicb
Showing 17 vetted skills indexed across 1 GitHub repositories.
research
Coordinate structured research methodology for investigating technologies, libraries, and codebases.
error-handling
Standardize error handling with typed error hierarchies and HTTP mappings.
database-design
Design relational database schemas and migration plans with indexing guidelines.
code-review
Guide pull request reviews through a six-step checklist with severity levels.
docker-setup
Generate Dockerfiles with multi-stage builds and health checks.
debugging
Guide defect reproduction, isolation, and tracing with decision-tree workflows.
auth-patterns
Documents JWTs, OAuth flows, RBAC mapping and password handling for authentication architecture decisions.
test-writer
Design structured test strategies for unit, integration, and end-to-end tests.
api-design
Design REST and GraphQL API architectures with consistent URL conventions, status codes, and pagination.
performance-audit
Guide phased profiling workflows to identify performance bottlenecks in applications.
project-setup
Bootstrap new codebases with environment validation, gitignore rules, and release workflows.
security-audit
Audit codebases against OWASP Top 10 and generate remediation reports.
refactoring
Identify refactoring needs and outline safe code improvement steps.
ci-cd
Automate GitHub Actions CI/CD pipeline setup with templates for lint, test, build, and deploy workflows.
accessibility
Identify and enforce WCAG compliance, ARIA patterns, and keyboard operability in UI components.
mcp-builder
Create MCP server workflows in TypeScript or Python with tools, resources, and prompts.
logging
Structure application logs with JSON formats, levels, and trace IDs.