skilldoai/Skilldo — Generate SKILL.md
Run skilldo generate in CI to create or update SKILL.md for your library. Opens a PR or commits directly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| generate-mode | "new" generates from scratch, "update" uses existing SKILL.md as input reference | no | update |
| config | Path to skilldo.toml config file (relative to path) | no | skilldo.toml |
| language | Override language detection: python, javascript, rust, go | no | — |
| output | Output file path (relative to path) | no | SKILL.md |
| version | Skilldo binary version (e.g., v0.4.0). Default: latest release. | no | latest |
| mode | "pr" to open a pull request, "commit" to commit to current branch | no | pr |
| pr-branch | Branch name for PR mode | no | skilldo/update-skill |
| pr-title | PR title | no | chore: update SKILL.md |
| path | Subdirectory to generate from (for monorepos). Config and output are relative to this. | no | . |
| github-token | Token for git push and PR creation. Default GITHUB_TOKEN works for most repos. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changed | true if SKILL.md was created or modified |
| pr-url | PR URL if one was created (empty otherwise) |