feat: add ledger-tasks-yylo skill 🤖🤖🤖 - #3016
Open
InsightFactoryAPP wants to merge 1 commit into
Open
Conversation
Adds a skill for operating YYLO Ledger task management (create, list, search, get, mark, update, archive, dependencies, ready/order queues, merges, cold-archive packs) via the yy ledger / yylo-ledger CLI. docs/README.skills.md regenerated with npm run build.
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
|
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Adds one skill:
skills/ledger-tasks-yylo/SKILL.md— operate YYLO Ledger task management in repositories that use YYLO: create, list, search, get, mark, update, and archive tasks; manageblocked-bydependencies; usereadyand topologically sortedorderqueues to pick safe parallel work; consolidate scattered boards with reviewed merge plans; and plan immutable cold-archive packs. Covers the full public task CLI surface (yy ledger, or standaloneyylo-ledger), output formats, environment variables, and the boundaries agents must respect (no direct storage edits, no silent fallback, explicit owner authorization for archive maintenance).The skill states requirements and limitations (requires the separately installed YYLO CLI or standalone
yylo-ledger; read-only discovery by default) and links only to documentation and source repositories.docs/README.skills.mdwas regenerated withnpm run build;npm run skill:validatepasses (419 skills valid, this folder included).Type of Contribution
Additional Notes
Affiliation disclosure: I am on the team that builds YYLO. The skill content is vendored from the canonical, independently versioned source at https://github.com/yylo-dev/yylo-skills (MIT), where it is maintained in the open; it is written as neutral operational guidance for the task CLI, in the spirit of the paid-services discussion (guidance about the tool, not promotion of it). Happy to revise wording, trim anything that reads as promotional, or drop the contribution if it does not fit the collection.
The
github-issues/create-implementation-planstyle planning and execution workflows map naturally onto Copilot coding-agent sessions in YYLO-based repositories; this skill gives the agent the task-store half of that loop.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.