feat(skills): add teamai-workflow and teamai-import built-in skills#93
Open
m0Nst3r873 wants to merge 1 commit into
Open
feat(skills): add teamai-workflow and teamai-import built-in skills#93m0Nst3r873 wants to merge 1 commit into
m0Nst3r873 wants to merge 1 commit into
Conversation
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>
bbd30c1 to
8f0ab21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-enrichthen manually create the manifest from evidence files.Conflict resolution
Rebased onto latest upstream/main (post #90 which removed
teamai-wiki).BUILTIN_SKILL_NAMEScorrectly excludesteamai-wikiwhile adding the two new skills.Test plan
npx tsc --noEmit— zero errorsnpx vitest run— 1678 passed (129 files)BUILTIN_SKILL_NAMESdoes not containteamai-wiki(removed by chore: decommission teamai-wiki skill and wiki/ resource type #90)BUILTIN_SKILL_NAMEScontainsteamai-workflowandteamai-import