-
Notifications
You must be signed in to change notification settings - Fork 377
feat(track): Skill distribution & validation (Skillshare + AIX) #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add severity classification for AI patterns (Critical/High/Medium/Low) - Add technical literal preservation rules for code, URLs, paths - Add chain-of-thought reasoning examples - Add common over-corrections section (what NOT to do) - Add self-verification checklist - Update process section with more structured approach - Bump version to 2.2.0 Closes blader#22
- Add track spec, plan, metadata, and index - Add docs/skill-distribution.md and docs/awesome-agent-entry.md (draft) - Add validation script scripts/validate-skill.sh - Add CI workflow .github/workflows/skill-distribution.yml - Update README and add CONTRIBUTING.md reference to validation Closes blader#25
…kflow - Add ESLint, Prettier, and TypeScript check configs - Auto-fix formatting across repository - Enforce lint:all and tests in skill-distribution workflow
…et status to in_progress
|
I added the skill-distribution workflow to validate Skillshare/AIX installs and enforce strict lint/type/format checks. Note: GitHub requires maintainer approval to run workflows created by a fork; please review and approve the workflow run so CI can execute and I can iterate on any failures. If helpful, I can re-run checks or update the workflow per maintainer guidance. |
|
Hi maintainers — this PR adds a CI workflow (.github/workflows/skill-distribution.yml) that runs lint/typecheck/tests and Skillshare/AIX dry-run validation. Because this PR originates from a fork, GitHub Actions have not been allowed to run yet. Could someone with write/maintainer permissions please approve or enable Actions for this PR (or re-run the workflow) so I can monitor the runs and iterate on any failures? I will watch the runs and open fixes immediately if anything fails. Thanks! |
Adds a new Conductor track 'skill-distribution_20260131' to implement Skillshare-based distribution and optional AIX validation.\n\nFiles added:\n- conductor/tracks/skill-distribution_20260131/{spec.md,plan.md,metadata.json,index.md}\n- docs/skill-distribution.md (install & validation guide)\n- scripts/validate-skill.sh (dry-run validation helper)\n- .github/workflows/skill-distribution.yml (CI validation job)\n- CONTRIBUTING.md (instructions to validate locally)\n\nCloses #25