skills/suskycode/turingcoder-skills/turingcoder-skills-integration

turingcoder-skills-integration

SKILL.md

TuringCoder Skills Integration

Use this skill when the user asks to integrate skills capability into a TuringCoder project, such as:

  • "/integrate-skills.md 集成下skill"
  • "帮我集成下skills"
  • "开启 skills 支持"
  • "初始化 TuringCoder 的 skills 能力"

Workflow

  1. Deploy workflow into target project root:
bash ./.agent/skills/turingcoder-skills-integration/scripts/deploy-workflow.sh
  1. In chat, ask:
/integrate-skills.md 集成下skill
# or natural-language fallback:
帮我集成下skills
  1. The deployed workflow will run bootstrap:
bash ./.agent/skills/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 npx openskills install ....
  • Install this integration skill from this repo with:
    • npx openskills install https://github.com/suskycode/turingcoder-skills -u

References

  • Requirements and behavior details: references/requirements.md
Weekly Installs
3
First Seen
Feb 9, 2026
Installed on
opencode3
gemini-cli3
github-copilot3
codex3
kimi-cli3
amp3