Agent Skills by random6913
Showing 58 vetted skills indexed across 1 GitHub repositories.
project-scanner
Detect and summarize codebase languages, frameworks, databases, and structural patterns.
project-architecture
Generate a project architecture map of modules, layers, and data flows.
writing-agents
Create and validate Claude Code agents with standard frontmatter and 3-phase review.
writing-commands
Orchestrate Claude Code slash commands with phased agent dispatch workflows.
benchmark
Automate Go benchmark execution and parse benchstat outputs into structured results.
go-concurrency-reviewer
Audit Go codebases for concurrency defects and generate remediation reports.
tree-generator
Generate annotated per-component Markdown project trees from source repositories.
evaluator
Score implementations against a Sprint Contract and produce PASS/FAIL verdicts.
test-generator
Generate table-driven tests matching existing project patterns across Go, TypeScript, Python, and Rust.
comment-rot-analyzer
Analyze git history and code context to identify stale comments and outdated TODOs.
review-orchestrator
Detect changed files, gather git context, and dispatch reviewer agents in parallel.
design-system-reviewer
Analyze frontend components for design system token compliance and hardcoded values.
commit-helper
Analyze code changes to generate conventional commit messages with secret detection.
audit-frontend
Scan React/Vue/Svelte/Angular projects for hardcoded values, console statements, and dead imports.
pre-deploy-validator
Run pre-deploy checks for compilation, linting, tests, and security scans.
go-observability-reviewer
Audit Go services for observability gaps across logs, metrics, traces, profiling, and health checks.
go-modernizer
Detect outdated Go patterns and propose modern idioms for Go 1.21β1.24.
e2e-test-generator
Generate Playwright end-to-end tests with Page Object Model and multi-viewport coverage.
silent-failure-hunter
Detect swallowed errors and empty catches across Go, JavaScript/TypeScript, Python, and Bash.
py-reviewer
Review Python code for idiomatic patterns and robust typing.
audit-backend
Audit backend source code for SQL injection, data mutation, and policy gaps.
database-reviewer
Review PostgreSQL queries, indexing, and migration safety with a diagnostic checklist.
ui-reviewer
Audit frontend UI for accessibility, semantic HTML, z-index, and animation issues.
scaffold-endpoint
Generate API route skeletons by analyzing existing project patterns.