A .skills collection: prompts with resources and scripts as reusable AI runtime modules.
npx claudepluginhub vincentkoc/dotskillsUse this skill when a cluster of GitHub issues and pull requests has been reported for a common failure mode (Slack, iMessage, support threads, or manual list), and you need an evidence-based dedupe recommendation or execution.
Produce and review technical documentation that is clear, actionable, and maintainable for both humans and agents, including contributor-governance files and agent instruction files.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
We are moving from "prompt as text" to skill as runtime module. Each skill acts like a lightweight, containerized application for AI work: a stable interface, opinionated workflow, and bundled resources that can be installed, versioned, tested, and reused across projects.
This is my personal .skills repository for Codex, Cursor, OpenClaw and agent-first tooling. .skills is the dotfiles mindset applied to AI execution: instead of one-off prompts, this repo stores reusable skill units that bundle:
SKILL.md / AGENT.md / AGENTS.md)| Skill | What it does | Install |
|---|---|---|
openclaw-github-dedupe | Triage GitHub issue/PR clusters across repositories, preserving contributor credit while selecting canonical fixes and safe closures. | npx skills add vincentkoc/dotskills --skill openclaw-github-dedupe -y |
technical-deslop | Ship clean diffs fast: remove AI noise and keep behavior unchanged. | npx skills add vincentkoc/dotskills --skill technical-deslop -y |
technical-documentation | Produce dev‑ready docs: clear, structured build/review for brownfield + evergreen. | npx skills add vincentkoc/dotskills --skill technical-documentation -y |
technical-integrations | Design integrations that land: vendor‑agnostic API/RFC/SDK plans with rollout safety. | npx skills add vincentkoc/dotskills --skill technical-integrations -y |
technical-skill-finder | Turn real agent pain into new skills: mine logs, rank wins, draft next steps. | npx skills add vincentkoc/dotskills --skill technical-skill-finder -y |
Internal/private workflow skills can live in this repo and are marked in the metadata as internal: true and excluded from public marketplace/release artifacts.
Install one skill:
npx skills add vincentkoc/dotskills --skill technical-deslop -y
npx skills add vincentkoc/dotskills --skill technical-documentation -y
npx skills add vincentkoc/dotskills --skill technical-integrations -y
npx skills add vincentkoc/dotskills --skill technical-skill-finder -y
npx skills add vincentkoc/dotskills --skill openclaw-github-dedupe -y
List available public skills:
npx skills add vincentkoc/dotskills --list
Default sync targets are managed automatically by vercel skills.
This repo can also mirror Codex slash-command prompts from vendor/ and sync them to ~/.codex/prompts.
make sync now syncs skills and slash commands for the codex profile./sectriage from steipete/agent-scripts.skills/ # First-party skills
<skill-name>/
SKILL.md|AGENT.md|AGENTS.md
references/
scripts/
private-skills/ # Private/local-only skills (not published)
<skill-name>/
SKILL.md|AGENT.md|AGENTS.md
references/
scripts/
vendor/ # Third-party mirrored/imported skills
.assets/ # Shared visual assets (banner/icon)
bin/agent-skills # List/validate/sync/import
scripts/ # Validation + publishing automation
catalog.yaml # Skill metadata catalog
.claude-plugin/marketplace.json
releases/skills.json
make validate now runs: