# turingcoder-skills-integration > Integrate skills capability into a TuringCoder project by bootstrapping AGENTS.md, .turing_coder_rules symlink, .agent/skills layout, and preinstalling find-skills and skill-creator. - Author: sust - Repository: suskycode/turingcoder-skills - Version: 20260209141732 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/suskycode/turingcoder-skills - Web: https://mule.run/skillshub/@@suskycode/turingcoder-skills~turingcoder-skills-integration:20260209141732 --- --- name: turingcoder-skills-integration description: Integrate skills capability into a TuringCoder project by bootstrapping AGENTS.md, .turing_coder_rules symlink, .agent/skills layout, and preinstalling find-skills and skill-creator. --- # 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 bash ./.agent/skills/turingcoder-skills-integration/scripts/deploy-workflow.sh ``` 2. In chat, ask: ```text 帮我集成下skills能力 ``` 3. The deployed workflow will run bootstrap: ```bash bash ./.agent/skills/turingcoder-skills-integration/scripts/bootstrap.sh ``` 4. If bootstrap succeeds, return: - What was created - Which skills were preinstalled - The sync reminder (non-blocking): - `npx openskills sync` - `openskills sync` 5. 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`