mit einem Klick
readme-sync
// Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase.
// Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase.
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.