Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
agentic-jujutsu
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination
Dmccarty30/Journeyman-Jobs 3
-
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
Dmccarty30/Journeyman-Jobs 3
-
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-reviewer subagent to review implementation against plan or requirements before proceeding
Dmccarty30/Journeyman-Jobs 3
-
Meta-Pattern Recognition
Spot patterns appearing in 3+ domains to find universal principles
Dmccarty30/Journeyman-Jobs 3
-
Pair Programming
AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.
Dmccarty30/Journeyman-Jobs 3
-
github-multi-repo
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
Dmccarty30/Journeyman-Jobs 3
-
Hooks Automation
Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.
Dmccarty30/Journeyman-Jobs 3
-
writing-plans
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
Dmccarty30/Journeyman-Jobs 3
-
hive-mind-advanced
Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
Dmccarty30/Journeyman-Jobs 3
-
steps-skill
Runs a script that prints ordered execution steps
darrenhinde/Opencode-skills-example 35
-
workflow-skill
Demonstrates script and custom tool working together with console output
darrenhinde/Opencode-skills-example 35
-
hello-skill
Prints a greeting message
darrenhinde/Opencode-skills-example 35
-
smart-router-skill
Movie character personality skill with configurable missions - choose your character and watch themed workflows unfold
darrenhinde/Opencode-skills-example 35
-
ts-skill
Runs a TypeScript file directly with Bun
darrenhinde/Opencode-skills-example 35
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
shaowei-g/codex-skills
-
ekoen-frontend-code-review
Production-grade code review for the eKoEN frontend codebase. Use when asked to review, audit, inspect, or harden eKoEN React/Next.js frontend code, pages, components, hooks, API clients, or state layers for bugs, performance bottlenecks, TypeScript safety issues, request inefficiency, state-management risks, memory leaks, rendering regressions, error-handling gaps, duplication, or maintainability problems, especially when a structured severity-ranked report with code locations, root causes, suggested fixes, and example refactors is required.
shaowei-g/codex-skills
-
ekoen-backend.doc.route-error
Add HttpErrorRes responses to eKoEN backend routes when controllers can throw errors from app/util/errors/index.ts
shaowei-g/codex-skills
-
conventional-commit-helper
Generate and validate Conventional Commit messages for semantic-release workflows. Use when a user asks to write a commit message, asks to commit changes, asks for commit type/scope selection, or asks to enforce Conventional Commits consistency.
shaowei-g/codex-skills
-
codex-cli-subagent-transport
Use only when native subagent execution is unavailable and the caller needs one deterministic Codex CLI run with repo-local artifacts and a manifest-based result contract.
shaowei-g/codex-skills
-
skill-usage-logger
All skill MUST use this logger to record usage events in NDJSON format.Log Codex skill usage events to NDJSON with safe concurrent appends.
shaowei-g/codex-skills
-
nodejs-package-json
Patch a Node.js project's package.json for standard build automation. Use when asked to add/standardize package.json scripts like prebuild/postbuild for TypeScript builds (rimraf dist + tsc-alias), adjust prebuild for Next.js (rimraf dist .next), or ensure an existing package.json pkg config includes required scripts/assets/targets/outputPath.
shaowei-g/codex-skills
-
openai-docs
Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or explicit GPT-5.4 upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.
shaowei-g/codex-skills
-
skill-installer
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).
shaowei-g/codex-skills
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
shaowei-g/codex-skills