turingcoder-skills-integration
3
总安装量
1
周安装量
#61192
全站排名
安装命令
npx skills add https://github.com/suskycode/turingcoder-skills --skill turingcoder-skills-integration
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
github-copilot
1
antigravity
1
Skill 文档
TuringCoder Skills Integration
Use this skill when the user asks to integrate skills capability into a TuringCoder project, such as:
- “帮æéæä¸skillsè½å”
- “å¼å¯ skills æ¯æ”
- “åå§å TuringCoder ç skills è½å”
Workflow
- Deploy workflow into target project root:
bash ./.agent/skill/turingcoder-skills-integration/scripts/deploy-workflow.sh
- In chat, ask:
帮æéæä¸skillsè½å
- The deployed workflow will run bootstrap:
bash ./.agent/skill/turingcoder-skills-integration/scripts/bootstrap.sh
- If bootstrap succeeds, return:
- What was created
- Which skills were preinstalled
- The sync reminder (non-blocking):
npx openskills syncopenskills sync
- Explain that sync requires user interaction to choose sync targets and cannot be fully automated by this skill.
Important Constraints
- If
AGENTS.mdalready exists in project root, bootstrap must stop and not overwrite it. - Symlink creation
.turing_coder_rules/AGENTS.md -> ../AGENTS.mdis mandatory. If symlink fails, stop. - Skills discovered via
find-skillsmust be installed withnpx skills add ..., not withopenskills install. openskills installis for installing this integration skill itself.
References
- Requirements and behavior details:
references/requirements.md