dev-skills
01Plugin Claude Code
Multi-phase AI coding-assistant skills covering the full software lifecycle — executable gates, error recovery, and systematic mitigation of 17 known AI failure modes.
Plugin Claude Code
Multi-phase AI coding-assistant skills covering the full software lifecycle — executable gates, error recovery, and systematic mitigation of 17 known AI failure modes.
Command
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Command
Generate a custom checklist for the current feature based on user requirements.
Command
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Command
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Command
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
Command
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Command
Execute the implementation planning workflow using the plan template to generate design artifacts.
Command
Create or update the feature specification from a natural language feature description.
Command
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Command
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Instructions file CodexOpenCode
AGENTS.md instructions for sungurerdim/dev-skills, covering agents.md, commands, conventions that are not guessable from the code and gotchas.
Instructions file
Claude Code instructions for sungurerdim/dev-skills, covering dev-skills, meta, project structure, skills (30) and development.
Agent
Deep, sourced web-research engine. Confirms every datum with ≥2 independent sources, extracts verbatim quotes, flags contradictions and unknowns. Output: findings+provenance JSON artifact (written to file) + one-line return. Shared worker for ds-research and ds-brief.
Skill Claude CodeCodex
Backend architecture — API design, database schema, authentication, data pipelines. Use when designing or reviewing a backend, REST/GraphQL APIs, data models, auth flows, or ingest/ETL pipelines.
Skill Claude CodeCodex
Ideal-vs-current gap analysis — research 5-10 comparable projects, synthesize the ideal architecture, produce a dimension-by-dimension gap table. Use when benchmarking against best-in-class or deciding which architectural gaps to close.
Skill Claude CodeCodex
Project health system — profile-based assessment, transformation, and progress tracking. Use when assessing overall project health, planning a transformation, or tracking improvement over time.
Skill Claude CodeCodex
Data-backed brief — research, source, double-verify, and render a visually rich single-file HTML report. Use when the user wants a sourced, fact-checked brief or report on a topic.
Skill Claude CodeCodex
Smart commits — quality gates, atomic grouping, Conventional Commits formatting. Use when committing changes, grouping a working tree into atomic commits, or writing commit messages.
Skill Claude CodeCodex
Security and regulatory compliance — OWASP, privacy laws, data protection, web security, i18n. Use when auditing for security/privacy compliance, GDPR/KVKK, or pre-release legal review.
Skill Claude CodeCodex
Deployment and infrastructure — containerization, deployment, monitoring, incident response. Use when deploying an app, setting up containers/monitoring, or planning incident response.
Skill Claude CodeCodex
Dependency upgrade loop — classify each dependency as safe-patch/safe-minor/review-major, apply safe groups with per-group commits, surface majors with migration notes and rollback. Use when upgrading dependencies or auditing for outdated/vulnerable packages.
Skill Claude CodeCodex
DevOps audit — CI/CD pipelines, code signing, dependency management, deployment config for any stack. Use when auditing or setting up CI/CD and release infrastructure.
Skill Claude CodeCodex
Documentation gap analysis — identify missing docs and generate what is needed. Use when documentation is incomplete, or the user asks to write/improve README, API docs, or guides.