dotskills

作者 vincentkoc已验证

🐙 A curated set of Codex and OpenClaw skills for workflow automation, technical debugging, and agent-assisted development patterns.

102
Stars
10
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/vincentkoc/dotskills

快速入门

使用 dotskills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

.skills banner

.skills (dotskills)

CI Release Verify installs CodeQL License Latest tag PRs Welcome

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.

How this repo works

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:

  • prompt logic (SKILL.md / AGENT.md / AGENTS.md)
  • references and knowledge assets
  • scripts for deterministic execution
  • repeatable validation + publishing workflows
  • support external skills through submodules
  • git managed personal registry and github action hooks

Public skills

SkillWhat it doesInstall
codebase-memory-mcpIndex canonical Git checkouts through a guarded CLI and audit duplicate worktree caches.npx skills add vincentkoc/dotskills --skill codebase-memory-mcp -y
codex-goal-miningMine local or fleet Codex goal history into evidence-backed rerun suites.npx skills add vincentkoc/dotskills --skill codex-goal-mining -y
codex-session-recoveryRecover Codex and Claude tmux sessions without overwriting restore evidence.npx skills add vincentkoc/dotskills --skill codex-session-recovery -y
crabpot-perf-metricsInterpret Crabpot and OpenClaw performance artifacts without over-reading noise.npx skills add vincentkoc/dotskills --skill crabpot-perf-metrics -y
crawlkitMaintain and release the shared crawl app Go library.npx skills add vincentkoc/dotskills --skill crawlkit -y
graincrawlMaintain and release the local-first Granola archive CLI.npx skills add vincentkoc/dotskills --skill graincrawl -y
ghcrawl-cluster-operatorOperate ghcrawl local sync, clustering, and cluster inspection from the CLI.npx skills add vincentkoc/dotskills --skill ghcrawl-cluster-operator -y
openclaw-github-dedupeTriage 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
openclaw-pr-batch-sweepSelect and land bounded batches of low-risk OpenClaw contributor pull requests.npx skills add vincentkoc/dotskills --skill openclaw-pr-batch-sweep -y
org-branch-cleanupAudit and safely prune stale merged branches across a GitHub organization.npx skills add vincentkoc/dotskills --skill org-branch-cleanup -y
opik-integrations-auditorAudit Opik integration coverage across SDK and OTEL/API surfaces.npx skills add vincentkoc/dotskills --skill opik-integrations-auditor -y
opik-optimizerOptimize prompts, tools, agents, and parameters through Opik workflows.npx skills add vincentkoc/dotskills --skill opik-optimizer -y
operations-worktreeCreate safe git worktrees from fresh remote defaults instead of stale local branches.npx skills add vincentkoc/dotskills --skill operations-worktree -y
semantic-slicingBuild local feature, threat, issue, and support maps for focused repo review.npx skills add vincentkoc/dotskills --skill semantic-slicing -y
technical-deslopShip clean diffs fast: remove AI noise and keep behavior unchanged.npx skills add vincentkoc/dotskills --skill technical-deslop -y
technical-documentationProduce dev‑ready docs: clear, structured build/review for brownfield + evergreen.npx skills add vincentkoc/dotskills --skill technical-documentation -y
technical-integrationsDesign integrations that land: vendor‑agnostic API/RFC/SDK plans with rollout safety.npx skills add vincentkoc/dotskills --skill technical-integrations -y
technical-skill-finderTurn real agent pain into new skills: mine logs, rank wins, draft next steps.npx skills add vincentkoc/dotskills --skill technical-skill-finder -y
tmux-agent-lane-orchestratorMonitor tmux coding-agent lanes and produce evidence-backed manager summaries.npx skills add vincentkoc/dotskills --skill tmux-agent-lane-orchestrator -y
tmux-lane-orchestratorCoordinate one tmux worker lane from its matching manager pane.npx skills add vincentkoc/dotskills --skill tmux-lane-orchestrator -y

Local-only skills may live under ignored private-skills/, but must never be tracked in this public repository.

Install

Install one skill:

npx skills add vincentkoc/dotskills --skill ghcrawl-cluster-operator -y
npx skills add vincentkoc/dotskills --skill codebase-memory-mcp -y
npx skills add vincentkoc/dotskills --skill codex-goal-mining -y
npx skills add vincentkoc/dotskills --skill codex-session-recovery -y
npx skills add vincentkoc/dotskills --skill crabpot-perf-metrics -y
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
npx skills add vincentkoc/dotskills --skill openclaw-pr-batch-sweep -y
npx skills add vincentkoc/dotskills --skill org-branch-cleanup -y
npx skills add vincentkoc/dotskills --skill opik-integrations-auditor -y
npx skills add vincentkoc/dotskills --skill opik-optimizer -y
npx skills add vincentkoc/dotskills --skill operations-worktree -y
npx skills add vincentkoc/dotskills --skill crawlkit -y
npx skills add vincentkoc/dotskills --skill graincrawl -y
npx skills add vincentkoc/dotskills --skill semantic-slicing -y
npx skills add vincentkoc/dotskills --skill tmux-agent-lane-orchestrator -y
npx skills add vincentkoc/dotskills --skill tmux-lane-orchestrator -y

List available public skills:

npx skills add vincentkoc/dotskills --list

Default sync targets are managed automatically by vercel skills.

Codex slash commands

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.
  • vendored command currently included: /sectriage from steipete/agent-scripts.

Repository layout

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

Validation

make validate now runs:

  1. repo policy checks (Purpose/When to use/Workflow/Inputs/Outputs, entry-file checks)
  2. AgentSkills spec checks for local SKILL.md skills (name/description constraints, frontmatter validity, relative resource references, one-level reference depth)
  3. public skill OpenAI metadata checks (agents/openai.yaml, required interface fields, default icons/brand from AGENTS.md, and icon path existence)

If installed, the external reference validator is also used:

skills-ref validate ./skills/<skill-name>

Why .skills

Dotfiles configure machines. .skills configures AI execution quality.

This repo is meant to be composable, auditable, and practical: skills should be testable artifacts, not throwaway prompt snippets.

Contributing

Read CONTRIBUTING.md and CODE_OF_CONDUCT.md.

常见问题

What is dotskills?

dotskills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by vincentkoc. 🐙 A curated set of Codex and OpenClaw skills for workflow automation, technical debugging, and agent-assisted development patterns. It has 102 GitHub stars.

Is dotskills safe to use?

Yes. dotskills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install dotskills?

Clone the repository with "git clone https://github.com/vincentkoc/dotskills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is dotskills written in?

dotskills is primarily written in Python. It is open-source under vincentkoc on GitHub, so you can review or fork the full source.

Are there alternatives to dotskills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh dotskills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情