Search Skills
Find the perfect capability for your agent.
github-feature-ticket-generator
์ฌ์ฉ์์ ๊ฐ๋จํ ๊ธฐ๋ฅ ์ค๋ช ์ ๋ฐํ์ผ๋ก GitHub ๊ธฐ๋ฅ ํฐ์ผ์ ์๋์ผ๋ก ์์ฑํฉ๋๋ค. ํ๋ก ํธ์๋, ๋ฐฑ์๋, ๊ณตํต, ์ธํ๋ผ ์น์ ๋ณ๋ก ์ธ๋ถ ํ์คํฌ๋ฅผ ์ฒดํฌ๋ฐ์ค ํํ๋ก ์์ฑํ๊ณ , gh issue create ๋ช ๋ น์ผ๋ก Mockly-Company/.github ๋ ํฌ์ ์ง์ ์์ฑํฉ๋๋ค. ๋ฒ๊ทธ ๋ฆฌํฌํธ๋ ๋ฌธ์๊ฐ ์๋, ์๋ก์ด ๊ธฐ๋ฅ ๊ฐ๋ฐ ํฐ์ผ ์์ฑ ์์๋ง ์ฌ์ฉํฉ๋๋ค.
create-feature-branch
Create a new feature branch following Git Flow strategy. Use when starting new feature development, creating a branch for an issue, or when user says "create branch", "new feature", "start working on issue".
get-pr-context
่ทๅ GitHub PR ๅฎๆดไธไธๆใๅฝ้่ฆๅฎกๆฅใไฟฎๅคๆ่ฎจ่ฎบ PR ๆถไฝฟ็จใ
monorepo-navigation
Navigate and understand the ACDC Digital monorepo structure with multiple projects including Soloist, SMNB, and AURA. Use when exploring the codebase, understanding project relationships, or finding specific files.
git-worktree-clone
Clone a Git repository as bare repo and set it up for git worktrees workflow. Use when the user says "clone as bare repo", "setup git worktrees", "worktree clone", or asks to clone a repo for worktree usage.
posting-review-summary
Posts or updates the PR summary comment. Detects context (GitHub sticky comment, GitHub new comment, or local file) and routes output accordingly. Use after all findings are classified and inline comments are posted.
pr-creation
Use when creating pull requests to auto-generate PR descriptions from plan, execution context, and memory - handles pre-flight checks, description generation, and GitHub CLI integration
structured-error-logger
logger is a structured error logger that integrates well with github.com/rohanthewiz/serr. logger.LogErr will write out all the context stored in the SErr.
add-feature-flag
Add PostHog feature flags for gradual rollouts, A/B tests, or beta features. Use when implementing feature toggles, experiments, or canary releases.
judokon-feature-flag-engineer
Implements and manages JU-DO-KON! features behind feature flags with observability and safe defaults.
instrumentation-and-telemetry
Implement deep instrumentation pipelines for tracing, metrics, and real-user monitoring of React apps.
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).
sample-explaining-code
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
add-meeting-agenda
ํ์๋ก์ ์๊ฑด ์ถ๊ฐ. ์์ฐ์ด๋ก ์์ฒญํ์ฌ GitHub Discussion ํ์๋ก์ ์๊ฑด์ ์ถ๊ฐํฉ๋๋ค. Use when (1) "ํ์๋ก์ ์๊ฑด ์ถ๊ฐํด์ค", (2) "์ด๋ฒ ์ฃผ ํ์์์ ๋ ผ์ํ ๋ด์ฉ ์ถ๊ฐ", (3) "ํ์ ์๊ฑด์ผ๋ก OOO ๋ฃ์ด์ค", (4) ํ์ ์๊ฑด ๋ฑ๋ก ์์ฒญ.
skill-finder
Search for and install new skills from the open-source community (GitHub/SkillsMP) to extend capabilities.
troubleshoot-errors
Diagnose common LikeC4 errors (element not found, unknown kinds, invalid relationships). Provides causes and solutions.
deep-codebase-wiki
MUST CHECK FIRST before DeepWiki or any external research. Local-first codebase documentation wikis. **Priority order for library/framework research**: 1. deep-codebase-wiki (THIS) - check local wikis FIRST 2. DeepWiki - only if no local wiki exists 3. librarian/explore agents - only as fallback **Auto-trigger when**: - Any GitHub repository mentioned (org/repo format) - "How does X work?" about libraries/frameworks - Architecture, implementation, or codebase questions - Before cloning or analyzing any repository - Debugging external dependencies **Workflow**: Run `search_wikis.sh --repo "owner/repo"` first. If wiki exists, read it. If not, offer to analyze and create wiki (saves hours vs repeated agent searches).
lookup-element-kinds
Quick reference for available element kinds and relationship types from shared specifications.