Skill1.3k estrellas del repoactualizado today
demo-profile
The demo-profile skill is a reference implementation demonstrating how to use the WithSkillToolProfile configuration option in the trpc-agent-go framework. It serves as an example for developers learning to implement and configure skill tool profiles within TRPC agent architectures.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/demo-profile && cp -r /tmp/demo-profile/examples/skilltoolprofile/skills/demo-profile ~/.claude/skills/demo-profileDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Demo Profile Skill This skill exists only to demonstrate `WithSkillToolProfile(...)`. In full mode, you can run: ```bash sh scripts/write_profile.sh out/profile.txt ``` In knowledge-only mode, treat this command as reference material and use the docs for reasoning instead of executing 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.