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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "turingcoder-skills-integration" with this command: npx skills add ...

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated
Coding

Dev Tools Pack

Collection of developer tools including Chrome extension templates, AI code reviews, GitHub README generators, SaaS landing pages, tech blogs, and tweet thre...

Registry SourceRecently Updated