Skills and related utilities.
List the skills provided by this repository:
npx skills add frittlechasm/agent-toolbelt --listInstall every skill into the current project:
npx skills add frittlechasm/agent-toolbelt --skill '*' -yTo install one skill:
npx skills add frittlechasm/agent-toolbelt --skill <skill-name> -y| Skill | What it helps with |
|---|---|
code-change-explainer-html |
Creates a standalone HTML walkthrough of a code change, explaining what changed line by line in terms of a language the reader already knows. |
codebase-architecture-report |
Maps an existing codebase into a source-aware architecture report with evidence labels, key flows, decisions, controls, and gaps. |
commit-msg |
Generates concise conventional commit messages from staged or unstaged git changes. |
html-document |
Creates polished standalone HTML documents for reports, explainers, proposals, plans, and other document-like outputs. |
sync-upstream |
Keeps a fork current with its upstream parent, rebases feature branches, and rebuilds dev. |
table-cleanup |
Strips markdown formatting from tables and aligns them for readable plain-text sharing. |