feat(skills): add official Sim skill pack - #7066
Open
TheodoreSpeaks wants to merge 4 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThe PR adds an official npm-distributed Sim skill pack and a wrapper around the standard Agent Skills installer.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| packages/sim-skills/src/index.ts | Resolves the standard installer locally and invokes it without shell interpolation, forwarding the resulting exit status. |
| packages/sim-skills/src/arguments.ts | Normalizes optional install aliases and forwards installer flags with focused unit coverage. |
| packages/sim-skills/package.json | Defines the published executable, exact runtime installer dependency, packaged files, and validation lifecycle. |
| .github/workflows/publish-sim-skills.yml | Validates, builds, packs, and publishes branch-specific package versions and npm tags. |
| packages/sim-skills/scripts/validate-skills.ts | Validates bundled skill naming, frontmatter, descriptions, bodies, and unfinished markers. |
| packages/sim-skills/skills/build-sim-workflow/SKILL.md | Documents discovery, atomic workflow editing, validation, and post-write verification. |
| packages/sim-skills/skills/run-sim-workflow/SKILL.md | Documents draft and deployed execution modes, run resumption, output selection, and diagnostics. |
| packages/sim-skills/skills/deploy-sim-workflow/SKILL.md | Documents API, chat, and MCP publication with access and post-deployment checks. |
| packages/sim-skills/skills/sim-table/SKILL.md | Documents typed table schemas, row operations, imports, queries, and workflow groups. |
| packages/sim-skills/skills/sim-knowledge-base/SKILL.md | Documents ingestion, indexing, connectors, tags, and retrieval verification. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
U[User runs sim-skills] --> W[Published wrapper]
W --> A[Resolve skills installer]
W --> P[Locate bundled skill pack]
A --> I[Invoke add with forwarded flags]
P --> I
I --> S{Selected agent and skills}
S --> D[Install skill files]
B[Branch push] --> C[Validate test type-check build]
C --> T[Pack and inspect artifact]
T --> N[Publish branch-specific npm tag]
Reviews (2): Last reviewed commit: "fix(skills): align guides with CLI contr..." | Re-trigger Greptile
There was a problem hiding this comment.
All reported issues were addressed across 16 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Collaborator
Author
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
Type of Change
Testing
Checklist