Skip to content

feat(skills): add teamai-workflow and teamai-import built-in skills#93

Open
m0Nst3r873 wants to merge 1 commit into
Tencent:mainfrom
m0Nst3r873:feat/builtin-skills
Open

feat(skills): add teamai-workflow and teamai-import built-in skills#93
m0Nst3r873 wants to merge 1 commit into
Tencent:mainfrom
m0Nst3r873:feat/builtin-skills

Conversation

@m0Nst3r873

Copy link
Copy Markdown
Contributor

Summary

Add two new built-in skills to enable full teamai functionality in any IDE Chat environment (Copilot, Cursor, CodeBuddy, etc.):

teamai-workflow (~54 lines)

Concise command cheat sheet + routing table. Provides quick reference for all teamai commands in IDE Chat context where the AI cannot execute CLI commands directly.

teamai-import (~183 lines)

Complete import guide with Chat AI Enrichment adaptation. Enables IDE Chat AIs to perform code knowledge import without requiring a spawned AI CLI subprocess — they use --skip-enrich then manually create the manifest from evidence files.

Conflict resolution

Rebased onto latest upstream/main (post #90 which removed teamai-wiki). BUILTIN_SKILL_NAMES correctly excludes teamai-wiki while adding the two new skills.

Test plan

Add two new built-in skills to enable full teamai functionality in any
IDE Chat environment (Copilot, Cursor, CodeBuddy, etc.):

- teamai-workflow: concise command cheat sheet + routing table (~54 lines)
- teamai-import: complete import guide with Chat AI Enrichment adaptation (~183 lines)

The Chat adaptation flow allows IDE Chat AIs to perform code knowledge
import without requiring a spawned AI CLI subprocess — they use
--skip-enrich then manually create the manifest from evidence files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@m0Nst3r873 m0Nst3r873 force-pushed the feat/builtin-skills branch from bbd30c1 to 8f0ab21 Compare July 1, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant