Coding & Development

grahama1970/skill-installer

github.com

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

$ npx skills add grahama1970/agent-skills
スキルを見る

hackycy/documentation-authoring

github.com

从已完成的代码框架、配置和工程资料建立、新增、补充或重构技术文档的信息架构、内容边界与表达方式。

$ npx skills add hackycy/skills
スキルを見る

hackycy/goal-loop

github.com

将已收敛的 map、ADR、spec 或 implementation plan 编译为 Gate 计划、状态账本和跨轮复用的固定执行提示词。

$ npx skills add hackycy/skills
スキルを見る

grahama1970/batch-quality

github.com

Pre-flight validation and quality gates for batch LLM operations. ACTUALLY tests samples through LLM before burning tokens. Uses SPARTA contracts for DuckDB validation queries. Integrates with task-monitor for enforced quality gates.

$ npx skills add grahama1970/agent-skills
スキルを見る

hackycy/init-agents-md

github.com

基于项目证据创建或更新指定作用域的 AGENTS.md;发现既有匹配指南时,先取得文件选择、合并或覆盖和最终写入确认。

$ npx skills add hackycy/skills
スキルを見る

grahama1970/assess

github.com

Step back and critically reassess project state. Use when asked to "assess", "step back", "fresh eyes", "check alignment", "sanity check", "health check", "prune documentation", or "evaluate what's working". Offers documentation pruning and doc-code alignment analysis. Offer to run after major changes (don't auto-run).

$ npx skills add grahama1970/agent-skills
スキルを見る

grahama1970/assistant

github.com

Shared GPT + classifier inference gateway for persona monitor tasks. Routes validation and classification through a 4-tier cascade: heuristic → classifier → local GPT → scillm.

$ npx skills add grahama1970/agent-skills
スキルを見る

grahama1970/assistant-lab

github.com

Self-improvement workbench for /assistant. All the tools needed to diagnose, train, evaluate, and promote models in a continuous loop. The "warm pond" where /assistant evolves its own inference stack.

$ npx skills add grahama1970/agent-skills
スキルを見る

grahama1970/agents-registry

github.com

Generate and query the centralized agent identity registry. Scans .pi/agents/*/AGENTS.md, parses frontmatter, outputs agents-registry.json and optionally syncs to /memory for semantic search.

$ npx skills add grahama1970/agent-skills
スキルを見る

grahama1970/agent-inbox

github.com

File-based inter-agent messaging with headless dispatch. Check inbox, send bugs/requests to other projects, automatically spawn headless agents to fix bugs, and track progress via task-monitor.

$ npx skills add grahama1970/agent-skills
スキルを見る

grahama1970/agent-status

github.com

Artifact-driven status surfaces for long-running project-agent work. Maintains status.json, events.jsonl, proof manifests, and a stale-aware STATUS.html so humans can tell where the agent is, what passed, what is still unproven, and what decision or action is next — without dashboard theater.

$ npx skills add grahama1970/agent-skills
スキルを見る

grahama1970/agent-ecosystem

github.com

Canonical map and shared contracts for the agent-governance ecosystem: the pi.receipt_envelope.v1 boundary envelope, the component graph, and the rules for which component owns which schema. Use when wiring a skill or extension into the shared receipt world, when asking how shame, triage-error, tau, ask, project-watchdog, ops-herdr, ponytail, and Memory fit together, or when validating an envelope.

$ npx skills add grahama1970/agent-skills
スキルを見る

byteratio/kanban-plans

github.com

Track multi-session plans on a locally-running kanban board (github.com/hechtch/kanban) via its agent REST API. Claim a plan, move it through todo/doing/blocked/awaiting_merge/done, leave notes, and set the git branch. Use at the start of any non-trivial multi-session plan, when resuming such a plan, or when the user asks what's on the board or where a plan stands.

$ npx skills add byteratio/skills
スキルを見る

byteratio/password-generator

github.com

Generates secure, memorable passwords using 3 random dictionary words with leet-speak substitutions. Use when the user asks to generate a password, create a new password, or needs a secure passphrase.

$ npx skills add byteratio/skills
スキルを見る

flc1125/docs

github.com

The `mote` skill teaches AI agents **when and how** to publish Markdown with Mote — it contains no upload implementation of its own (it drives the CLI or the MCP tools).

$ npx skills add flc1125/mote
スキルを見る

Jamie-BitFlight/dasel-reference

github.com

Use when querying, modifying, or converting JSON, YAML, TOML, XML, CSV, HCL, or INI with dasel v3. Complete reference for selectors, functions, conditionals, variables, spread operator, type casting, and format-specific patterns.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る

Jamie-BitFlight/commitlint

github.com

When setting up commit message validation for a project. When project has commitlint.config.js or .commitlintrc files. When configuring CI/CD to enforce commit format. When extracting commit rules for LLM prompt generation. When debugging commit message rejection errors.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る

Jamie-BitFlight/clang-format

github.com

Configure clang-format code formatting. Use when: user mentions clang-format or .clang-format, analyzing code style/patterns, creating/modifying formatting config, troubleshooting formatting, brace styles/indentation/spacing/alignment/pointer alignment, or codifying conventions.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る

Jamie-BitFlight/bash-lint

github.com

This skill should be used when the user asks to "lint bash script", "run shellcheck", "format shell script", "use shfmt", "fix shellcheck errors", or mentions shell script linting, formatting, code quality, or pre-commit hooks for bash.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る

Jamie-BitFlight/bash-logging

github.com

This skill should be used when the user asks to "add logging to bash script", "colorize output", "implement log levels", "CI/CD sections", "terminal colors in bash", or mentions logging functions, emoji output, collapsible CI sections, or shlocksmith.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る

Jamie-BitFlight/bash-development

github.com

This skill should be used when the user asks to "write a bash script", "create a shell script", "implement bash function", "parse arguments in bash", "handle errors in bash", or mentions bash development, shell scripting, script templates, or modern bash patterns.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る

wesleymatosdev/proof-bearing-verification

github.com

Prove behavior before declaring engineering work complete.

$ npx skills add wesleymatosdev/skills
スキルを見る

trailofbits/review-pr

github.com

Reviews the current branch's changes against its base branch as a pull request: correctness of new and modified code, test coverage for it, and documentation accuracy. Use when asked to review a branch, a diff, or a pull request.

$ npx skills add trailofbits/skills
スキルを見る

Jamie-BitFlight/bash-51-features

github.com

Bash 5.1 release features and improvements with practical examples. Use when working with Bash 5.1 features, epoch time variables, redirection enhancements, or when user asks about Bash 5.1 changes, new features, or version-specific capabilities.

$ npx skills add Jamie-BitFlight/claude_skills
スキルを見る