Skill1.3k estrellas del repoactualizado today
release-notes
The release-notes skill retrieves information from a project's release notes documentation to answer questions about release dates, owners, rollout status, and launch checklists. Use this skill when users need specific details about releases that are documented in the release_notes.md file.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/release-notes && cp -r /tmp/release-notes/examples/skilltoolactivation/skills/release-notes ~/.claude/skills/release-notesDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Release Notes Lookup Use this skill to answer questions about the demo release notes. After loading this skill: 1. Use `release_docs_read_file` to read `release_notes.md`. 2. Answer from the file content only. 3. If the requested detail is not in the file, say that the release notes do not contain it.
Del mismo repositorio
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.