원클릭으로
readme-sync
Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Technical project manager agent. Use proactively to synchronize repository work with GitHub Project boards.
Expert triage agent. Use proactively to categorize, label, and assign new issues.
Sets the active GitHub project and repository context by writing a repo-level config file at .github/project-config.json. Run once per repository to eliminate repeated context verification prompts and share the context with all team members via git. All subsequent agent sessions will auto-verify silently against this config.
Verifies the current GitHub authentication status and git remote against the repo-level config at .github/project-config.json. Proceeds silently when the environment matches the config. Alerts only when a mismatch is detected or no config exists. Use at the start of every session.
Comprehensive management of GitHub issues, including sub-issue hierarchies. Use to create, update, close, list, search, view, comment on, and manage parent-child relationships between issues in a single skill.
Implements new Agent Skills for the project. Identifies the AI coding tool (Cursor, Claude Code, Gemini CLI), ensures specification compliance, and provides specialized templates. Use when creating, authoring, or adding a new skill, or when the user asks about Agent Skills format or SKILL.md.
| name | readme-sync |
| description | Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase. |
| metadata | {"pattern":"generator"} |
Ensures that the ## Agents and ## Agent Skills sections in the root README.md accurately reflect all available agents in agents/ and skills in skills/.
.md in agents/ (excluding .gitkeep).skills/ containing a SKILL.md file.uv run skills-ref read-properties <skill-directory> to get the name and description..md file to extract name and description.- **[name](relative/path/to/item)**: description.md file. For skills, the link should point to the directory.<!-- START-AGENTS --> and <!-- END-AGENTS --> with the agents list.<!-- START-SKILLS --> and <!-- END-SKILLS --> with the skills list.skills-ref tool is used for skills in skills/.agents/, extract the name and description from the YAML frontmatter (lines between ---)..cursor/skills/ or .cursor/agents/.skills/.uv run skills-ref read-properties skills/claude-code-cli.README.md within the <!-- START-SKILLS --> block.