turingcoder-skills-integration

📁 suskycode/turingcoder-skills 📅 4 days ago
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

  1. Deploy workflow into target project root:
bash ./.agent/skill/turingcoder-skills-integration/scripts/deploy-workflow.sh
  1. In chat, ask:
帮我集成下skills能力
  1. The deployed workflow will run bootstrap:
bash ./.agent/skill/turingcoder-skills-integration/scripts/bootstrap.sh
  1. If bootstrap succeeds, return:
  • What was created
  • Which skills were preinstalled
  • The sync reminder (non-blocking):
    • npx openskills sync
    • openskills sync
  1. Explain that sync requires user interaction to choose sync targets and cannot be fully automated by this skill.

Important Constraints

  • If AGENTS.md already exists in project root, bootstrap must stop and not overwrite it.
  • Symlink creation .turing_coder_rules/AGENTS.md -> ../AGENTS.md is mandatory. If symlink fails, stop.
  • Skills discovered via find-skills must be installed with npx skills add ..., not with openskills install.
  • openskills install is for installing this integration skill itself.

References

  • Requirements and behavior details: references/requirements.md