Skip to main content
runkids
GitHub-Creator-Profil

runkids

Repository-Ansicht von 31 gesammelten Skills in 7 GitHub-Repositories.

gesammelte Skills
31
Repositories
7
aktualisiert
5. Sept. 2026
Repository-Explorer

Repositories und repräsentative Skills

skillshare
nicht klassifiziert

Manages and syncs AI CLI skills and agents across 50+ tools from a single source. Use this skill whenever the user mentions "skillshare", runs skillshare commands, manages skills or agents (install, update, uninstall, sync, commit, audit, analyze, check,…

5. Sept. 2026
skillshare-release
Softwareentwickler

End-to-end release workflow for skillshare. Runs tests, generates changelog (via /changelog), optionally writes local RELEASE_NOTES, updates version numbers, commits, and drafts announcements. Use when the user says "release", "prepare release", "cut a…

15. Juni 2026
skillshare-changelog
Softwareentwickler

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see…

5. Apr. 2026
skillshare-cli-e2e-test
Softwarequalitätssicherungsanalysten und -tester

Run isolated E2E tests in devcontainer from ai_docs/tests runbooks. Use this skill whenever the user asks to: run an E2E test, execute a test runbook, validate a feature end-to-end, create a new runbook, or test CLI behavior in isolation. If you need to run a…

25. März 2026
skillshare-codebase-audit
Softwareentwickler

Cross-validate CLI flags, docs, tests, and targets for consistency across the codebase. Use this skill whenever the user asks to: audit the codebase, check for consistency issues, find undocumented flags, verify test coverage, validate targets.yaml, check…

25. März 2026
skillshare-devcontainer
Netzwerk- und Computersystemadministratoren

Run CLI commands, tests, and debugging inside the skillshare devcontainer. Use this skill whenever you need to: execute skillshare CLI commands for verification, run Go tests (unit or integration), reproduce bugs, test new features, start the web UI, or…

25. März 2026
skillshare-implement-feature
Softwareentwickler

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for…

25. März 2026
skillshare-ui-website-style
Web- und digitale Schnittstellendesigner

Skillshare frontend design system for the React dashboard (ui/) and Docusaurus website (website/). Use this skill whenever you: build or modify a dashboard page or component in ui/src/, style or layout website pages or custom CSS in website/, create new React…

25. März 2026
Es werden 8 von 9 gesammelten Skills angezeigt.
mdproof
Softwarequalitätssicherungsanalysten und -tester

Use when: writing E2E, integration, or smoke tests; verifying CLI tools, APIs, or deployments; creating executable documentation; running existing runbook or proof files; or after implementing a feature to verify it works. Activate when the project has…

8. Apr. 2026
mdproof-cli-e2e-test
Softwarequalitätssicherungsanalysten und -tester

Write and run E2E test runbooks that exercise the mdproof CLI itself. Use this skill whenever you need to: verify a new feature works end-to-end, validate a bug fix via a reproducible markdown runbook, test CLI flags (--dry-run, --fail-fast, --steps, --report…

13. März 2026
mdproof-devcontainer
Netzwerk- und Computersystemadministratoren

Run CLI commands, tests, and debugging inside the mdproof devcontainer. Use this skill whenever you need to: execute mdproof CLI commands, run Go tests (unit or integration), reproduce bugs, test new features, run E2E runbooks, or perform any operation that…

13. März 2026
mdproof-update-docs
Softwareentwickler

Update all documentation (skills/, docs/, README.md, CHANGELOG.md) to match recent code changes, cross-validating every flag and config field against Go source. Use this skill whenever the user asks to: update docs, sync docs with code, document a new flag or…

13. März 2026
mdproof-implement-feature
Softwareentwickler

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI flag, implement a feature, build new functionality, create a new internal package, add an assertion type, extend the parser, or…

10. März 2026
mdproof-changelog
Softwareentwickler

Generate CHANGELOG.md entry from recent commits in conventional format. Use this skill whenever the user asks to: write release notes, generate a changelog, prepare a version release, document what changed between tags, or create a new CHANGELOG entry. Do NOT…

10. März 2026
feature-radar-scan
Statistikassistenten

Discover new feature opportunities from creative brainstorming, user feedback, ecosystem trends, and cross-project research. Writes results to .feature-radar/opportunities/. MUST use this skill when the user wants to GENERATE new ideas — not evaluate existing…

8. März 2026
feature-radar-archive
Computersystem- und IT-Manager

Archive a completed, rejected, or covered feature into .feature-radar/archive/ with mandatory learning extraction. MUST use this skill whenever a feature reaches a terminal state — done, rejected, covered, deferred, or N/A. Even casual mentions like "we…

6. März 2026
feature-radar-learn
Statistikassistenten

Extract reusable patterns, architectural decisions, and pitfalls from completed work into .feature-radar/specs/. Captures the "why" behind choices so future sessions build on past experience. MUST use this skill when the user reflects on what worked/didn't,…

6. März 2026
feature-radar-ref
Softwareentwickler

Record external observations, ecosystem trends, and creative inspiration into .feature-radar/references/. MUST use this skill when the user mentions something interesting from outside their project — other tools, articles, approaches, or trends. Even casual…

6. März 2026
feature-radar
Marketingleiter

Full-cycle feature discovery, evaluation, and prioritization. Builds a persistent knowledge base at .feature-radar/ and runs a 6-phase workflow to recommend what to build next. Modes: full (all phases), quick (scan only), evaluate (prioritize), #N (deep-dive…

6. März 2026
feature-radar-validate
Softwarequalitätssicherungsanalysten und -tester

Validate SKILL.md frontmatter and .feature-radar/ files against format rules. Runs validate.sh, reports errors/warnings, and auto-fixes issues. MUST use this skill after editing any SKILL.md or .feature-radar/ file — catches format bugs like the 1024-char…

6. März 2026
veto-changelog
Softwareentwickler

Generate CHANGELOG.md entry from recent commits in conventional format. Use this skill whenever the user asks to: write release notes, generate a changelog, prepare a version release, document what changed between tags, or create a new CHANGELOG entry. Do NOT…

7. März 2026
veto-cli-e2e-test
Softwarequalitätssicherungsanalysten und -tester

Run isolated E2E tests from ai_docs/tests runbooks against the veto release binary. Use this skill whenever the user asks to: run an E2E test, execute a test runbook, validate a feature end-to-end, create a new runbook, or test CLI behavior in the sandbox. If…

7. März 2026
veto-codebase-audit
Softwarequalitätssicherungsanalysten und -tester

Cross-validate CLI flags, rules, tests, and integrations for consistency across the veto codebase. Use this skill whenever the user asks to: audit the codebase, check for consistency issues, find undocumented flags, verify test coverage, validate rule…

7. März 2026
veto-devcontainer
Netzwerk- und Computersystemadministratoren

Run CLI commands, tests, and debugging inside the veto devcontainer. Use this skill whenever you need to: execute veto CLI commands for verification, run cargo test, reproduce bugs, test rule matching, or perform any operation that requires an isolated Linux…

7. März 2026
veto-implement-feature
Softwareentwickler

Implement a feature or fix using TDD workflow in the veto Rust codebase. Use this skill whenever the user asks to: add a new rule category, implement a CLI subcommand, add an auth method, modify the risk engine, add a new integration (setup command), or write…

7. März 2026
7 von 7 Repositories angezeigt
Alle Repositories angezeigt