Skip to main content
runkids
GitHub クリエイタープロフィール

runkids

7 件の GitHub リポジトリにある 31 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
31
リポジトリ
7
更新
2026年9月5日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
skillshare
9 件の skills · 2026年9月5日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 89% 分類済み
29%比率
#02
mdproof
6 件の skills · 2026年4月8日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
19%比率
#03
feature-radar
6 件の skills · 2026年3月8日
統計補助員コンピュータ・情報システムマネージャーソフトウェア品質保証アナリスト・テスターソフトウェア開発者マーケティングマネージャー
5 件の職業カテゴリ · 100% 分類済み
19%比率
#04
veto
5 件の skills · 2026年3月7日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
16%比率
#05
aisets
3 件の skills · 2026年5月17日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナー
2 件の職業カテゴリ · 100% 分類済み
9.7%比率
#06
my-skills
1 件の skills · 2026年7月21日
その他コンピュータ職
1 件の職業カテゴリ · 100% 分類済み
3.2%比率
#07
ai-hooks-integration
1 件の skills · 2026年3月4日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
3.2%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

skillshare
未分類

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,…

2026年9月5日
skillshare-release
ソフトウェア開発者

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…

2026年6月15日
skillshare-changelog
ソフトウェア開発者

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…

2026年4月5日
skillshare-cli-e2e-test
ソフトウェア品質保証アナリスト・テスター

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…

2026年3月25日
skillshare-codebase-audit
ソフトウェア開発者

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…

2026年3月25日
skillshare-devcontainer
ネットワーク・コンピュータシステム管理者

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…

2026年3月25日
skillshare-implement-feature
ソフトウェア開発者

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…

2026年3月25日
skillshare-ui-website-style
ウェブ・デジタルインターフェースデザイナー

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…

2026年3月25日
収集済み skill 9 件中 8 件を表示しています。
mdproof
ソフトウェア品質保証アナリスト・テスター

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…

2026年4月8日
mdproof-cli-e2e-test
ソフトウェア品質保証アナリスト・テスター

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…

2026年3月13日
mdproof-devcontainer
ネットワーク・コンピュータシステム管理者

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…

2026年3月13日
mdproof-update-docs
ソフトウェア開発者

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…

2026年3月13日
mdproof-implement-feature
ソフトウェア開発者

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…

2026年3月10日
mdproof-changelog
ソフトウェア開発者

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…

2026年3月10日
feature-radar-scan
統計補助員

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…

2026年3月8日
feature-radar-archive
コンピュータ・情報システムマネージャー

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…

2026年3月6日
feature-radar-learn
統計補助員

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,…

2026年3月6日
feature-radar-ref
ソフトウェア開発者

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…

2026年3月6日
feature-radar
マーケティングマネージャー

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…

2026年3月6日
feature-radar-validate
ソフトウェア品質保証アナリスト・テスター

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…

2026年3月6日
veto-changelog
ソフトウェア開発者

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…

2026年3月7日
veto-cli-e2e-test
ソフトウェア品質保証アナリスト・テスター

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…

2026年3月7日
veto-codebase-audit
ソフトウェア品質保証アナリスト・テスター

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…

2026年3月7日
veto-devcontainer
ネットワーク・コンピュータシステム管理者

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…

2026年3月7日
veto-implement-feature
ソフトウェア開発者

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…

2026年3月7日
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました