Shared agent skills for efoo-team
npx skills add https://github.com/efoo-team/skills --skill github-pull-requestInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Shared agent skills for efoo-team.
setup.sh installs the recommended skills and then removes any names listed in remove-skills.txt.
# Clone and run
ghq get efoo-team/skills
bash ~/ghq/github.com/efoo-team/skills/setup.sh
Or without cloning:
curl -fsSL https://raw.githubusercontent.com/efoo-team/skills/main/setup.sh | bash
When running without cloning, setup.sh also fetches remove-skills.txt from GitHub so the removal list is still applied.
remove-skills.txt # Skill names that setup.sh treats as removal targets
skills/
langfuse/ # Langfuse REST API query skill (all agents)
module-boundary-design/ # Module boundary and responsibility design skill (all agents)
github-pull-request/ # GitHub pull request authoring skill (all agents)
refactor-mindset/ # Refactoring judgment skill (all agents)
formation-designer/ # OpenCode formation design guide (opencode only, internal)
skills/SKILL.md with YAML frontmatter (name, description, metadata.tags)references/, assets/, scripts/ subdirectoriesremove-skills.txt when setup should treat it as a removal target in member environmentssetup.sh and remove-skills.txt in sync when changing removal policy