This repository contains a collection of skills compatible with the npx skills add ecosystem. Each skill is self‑contained and can be installed individually.
- architecture-audit – Comprehensive architecture audit that combines ruthless analysis with solution‑focused improvement planning.
- code-quality-audit – Strategic code quality review that combines Sukuna-style analysis with Gojo-style refactoring roadmaps.
- code-refactor-executor – Executes a multi-stage refactoring plan based on existing audit and improvements documentation.
- test-coverage-audit – Audit of test coverage and generation of missing test cases for your codebase.
- itemized-functions – Generate exhaustive integration functions with comprehensive test suites for all 3rd-party APIs and external services.
- update-changelog – Add, organize, and manage changelog entries in CHANGELOG.md following the Keep a Changelog format.
- llm-council – Convene an LLM Council of 5 advisors with different thinking styles for high-stakes decisions, with peer review and chairman synthesis.
- resume-critic – Critique resumes through 5 specialized reviewers, but only against a specific job description or concrete job title, with anonymous peer review and a final interview-readiness verdict.
- resume-rewrite – Rewrite a resume for a target job using only the candidate’s existing material, and only after a matching
resume-criticreview. - resume-upgrade – Propose strategic resume upgrades like projects, skills, and proof-building moves for a target job, and only after a matching
resume-criticreview. - pr-review – Comprehensive PR review focusing on code quality, test coverage, security, backward compatibility, and what CI cannot check.
- pr-learning – Extract actionable learnings from merged PRs by comparing initial submission vs final merged state.
- edge-case-hunter – Exhaustive edge-case review that hunts boundary conditions, missing guards, and unhandled failure modes with risk-scored results.
Add the entire repository (all skills):
npx skills add harshitsinghbhandari/domain-expansionAlternatively, add a specific skill (e.g., code-quality-audit):
npx skills add harshitsinghbhandari/domain-expansion --skill code-quality-auditskills/
architecture-audit/
SKILL.md
plugin.json
code-quality-audit/
SKILL.md
plugin.json
code-refactor-executor/
SKILL.md
plugin.json
test-coverage-audit/
SKILL.md
plugin.json
itemized-functions/
SKILL.md
plugin.json
update-changelog/
SKILL.md
plugin.json
llm-council/
SKILL.md
plugin.json
resume-critic/
SKILL.md
plugin.json
resume-rewrite/
SKILL.md
plugin.json
resume-upgrade/
SKILL.md
plugin.json
pr-review/
SKILL.md
plugin.json
bc-guidelines.md
review-checklist.md
pr-learning/
SKILL.md
plugin.json
edge-case-hunter/
SKILL.md
plugin.json
README.md
CHANGELOG.md
skills.json
Each skill folder contains a SKILL.md defining the skill and a plugin.json describing the entry point.