Agent skills by skrrt-sh — documentation, developer workflows, and productivity tools
npx claudepluginhub skrrt-sh/skillsWrite well-structured markdown documents with YAML frontmatter, Mermaid diagrams, and markdownlint compliance
Create conventional commits with gitmojis, open PRs or MRs, and publish releases with the matching forge CLI
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Marketplace overview for the skrrt-sh plugin catalog, installation flow, and bundled skills.
Claude Code plugin marketplace by skrrt-sh — documentation, developer workflows, and productivity tools.
bunx skills add skrrt-sh/skills
Or from inside Claude Code:
/install skrrt-sh/skills
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"skrrt-plugins": {
"source": {
"source": "github",
"repo": "skrrt-sh/skills"
}
}
}
}
Write well-structured markdown with YAML frontmatter, Mermaid diagrams, and markdownlint validation.
/plugin install md-writer@skrrt-plugins
Features:
.md files on Write/Edit.markdownlint.jsonUsage:
/md-writer API integration guide for the payments service
Or just ask Claude to write markdown — the skill activates automatically.
See plugins/md-writer/ for full details.
Custom lint config: The plugin ships with a bundled default config. To override it, place your own config at your project root:
# Any of these will take precedence over the plugin default:
.markdownlint.json
.markdownlint.jsonc
.markdownlint.yaml
.markdownlint.yml
The validation hook walks up from the markdown file looking for the nearest config. If none exists, it falls back to the plugin's bundled default. The skill is written to conform to the same defaults.
Create conventional commits with gitmojis, open focused PRs or MRs, and prepare release text with the matching forge CLI.
/plugin install ship@skrrt-plugins
Features:
vivaxy/vscode-conventional-commits commit shapecommit, pr, and release skillsgh or glabgit command subset for status, staging, commit, push, and release workflowsCHANGELOG.md during release work when the repository has oneask rules for writes and force-push variantsUsage:
/ship:commit prepare a clean conventional commit for the auth refresh-token changes
/ship:pr open a review request for the auth refresh-token branch
/ship:release draft release notes for v1.4.0
Or ask Claude to commit work, open a PR or MR, or prepare a release.
Recommended permissions:
Claude Code permissions are configured in .claude/settings.json, not in SKILL.md.
This plugin includes a recommended template at
plugins/ship/templates/claude-settings.json.
Merge it into your project's .claude/settings.json if you want:
gh, and glab commands escalated with permissions.askgit reset --hard deniedEvaluations:
This plugin also includes lightweight evaluation fixtures under plugins/ship/evals
to support the Anthropic recommendation to test skills against representative scenarios before sharing them.
jq (for validation hooks)