con un clic
awesome-opencode
awesome-opencode contiene 15 skills recopiladas de weisser-dev, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Create Architecture Decision Records using the Michael Nygard template with context, decision, alternatives, and consequences
Generate or validate OpenAPI and AsyncAPI specs from code or requirements with consistent naming, errors, and pagination
Generate CHANGELOG.md from git history in Keep a Changelog format with Added, Changed, Deprecated, Removed, Fixed, and Security categories
Generate CI/CD pipeline config for detected platform with lint, test, build, and deploy stages
Scan dependencies for CVEs, outdated packages, license issues, and unused deps to produce a prioritized remediation list
Guide deployment processes including CI/CD pipeline creation, environment setup, and rollback procedures
Analyze Dockerfile and produce optimized version with multi-stage builds, layer caching, minimal base, and security hardening
Bootstrap developer environment by detecting project type, listing prerequisites, generating .env.example, and producing a Getting Started guide
Parse stack traces and error logs to identify root cause, find related code, and suggest fixes with severity classification
Create consistent releases with changelogs, version bumps, and release notes from git history
Guide creation of blameless postmortem with timeline, root cause analysis, impact assessment, and action items
Plan and execute database or framework migrations with rollback strategies
Analyze code for performance hotspots including complexity, N+1 queries, memory allocations, and caching opportunities
Structured pull request review with checklist, security scan, and actionable feedback
Generate tests following project conventions with proper patterns for unit, integration, and e2e testing