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

Nimblesite

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

収集済み skills
130
リポジトリ
16
更新
2026年8月24日
リポジトリマップ

skills がある場所

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

#01
DataProvider
14 件の skills · 2026年5月10日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
11%比率
#02
Deslop
14 件の skills · 2026年8月24日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター市場調査アナリスト・マーケティングスペシャリスト
3 件の職業カテゴリ · 79% 分類済み
11%比率
#03
too-many-cooks
11 件の skills · 2026年6月18日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ開発者ネットワーク・コンピュータシステム管理者市場調査アナリスト・マーケティングスペシャリスト
5 件の職業カテゴリ · 100% 分類済み
8.5%比率
#04
napper
8 件の skills · 2026年6月7日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
6.2%比率
#05
AgentPMOWorkflow
8 件の skills · 2026年6月19日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター市場調査アナリスト・マーケティングスペシャリスト
3 件の職業カテゴリ · 100% 分類済み
6.2%比率
#06
SharpLsp
7 件の skills · 2026年8月4日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
5.4%比率
#07
typeDiagram
7 件の skills · 2026年6月11日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター市場調査アナリスト・マーケティングスペシャリスト
3 件の職業カテゴリ · 100% 分類済み
5.4%比率
#08
osprey
7 件の skills · 2026年7月28日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター市場調査アナリスト・マーケティングスペシャリスト
3 件の職業カテゴリ · 100% 分類済み
5.4%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年5月10日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年5月10日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年5月10日
spec-check
ソフトウェア開発者

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年5月10日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年5月10日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年5月10日
website-audit
ソフトウェア開発者

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年5月10日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年5月10日
収集済み skill 14 件中 8 件を表示しています。
log-issue
未分類

Log any GitHub issue (bug, feature, or task) via `gh issue create` using the canonical issue body structure — TL;DR and Details for humans, Steps To Reproduce, Details (for AI), Acceptance Criteria (for AI), and Screenshots. Use when the user says "log an…

2026年8月24日
triage
未分類

Triage all open GitHub issues — correct the issue type (Bug/Feature/Task), set the Priority field and the lane/* label, link related issues into attackable clusters, and add codebase-backed detail comments to thin tickets. Use when the user says "triage",…

2026年8月24日
ci-prep
未分類

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年8月21日
spec-check
ソフトウェア開発者

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年8月18日
submit-pr
ソフトウェア品質保証アナリスト・テスター

Creates a pull request for Deslop with a well-structured description after verifying `make ci` passes. Use when the user asks to submit, create, or open a pull request.

2026年8月18日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年8月15日
submit-pr
ソフトウェア開発者

Creates a pull request for Deslop with a well-structured description after verifying `make ci` passes. Use when the user asks to submit, create, or open a pull request.

2026年8月15日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code in the Deslop Rust workspace, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage —…

2026年6月18日
収集済み skill 14 件中 8 件を表示しています。
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年6月18日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年6月18日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年6月18日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年6月18日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年6月18日
website-audit
市場調査アナリスト・マーケティングスペシャリスト

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年6月18日
build-extension
ソフトウェア開発者

Build, test, and package the Too Many Cooks VSCode extension

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

Install development tools (mcp | extension | playwright)

2026年3月10日
収集済み skill 11 件中 8 件を表示しています。
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年6月7日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年6月7日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年6月7日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年6月7日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年6月7日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年6月7日
website-audit
ウェブ開発者

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年6月7日
fix-ci
ソフトウェア開発者

Fetches the latest GitHub Actions logs for the current branch's PR, analyzes all failures, and fixes them. Use when CI is red, a PR has failing checks, or the user says "fix ci". Requires an open PR for the current branch.

2026年6月7日
agent-pmo
ソフトウェア開発者

Apply portfolio-wide repository standards (Makefile, CI, linting, coverage) to a new or existing repo. Use when user says "enforce standards", "fix repo", "make compliant", "set up repo", or "apply repo standards". Reads the authoritative spec and…

2026年6月19日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年6月19日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年6月19日
website-audit
市場調査アナリスト・マーケティングスペシャリスト

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年6月6日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年6月6日
fix-bug
ソフトウェア品質保証アナリスト・テスター

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年6月6日
spec-check
ソフトウェア開発者

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年6月6日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年6月6日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年8月4日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code across the SharpLsp repo, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses…

2026年8月4日
upgrade-packages
ソフトウェア開発者

Upgrades all project dependencies to latest compatible versions. Use when the user says "upgrade packages", "update deps", "bump dependencies", or "upgrade dependencies".

2026年8月4日
website-audit
ソフトウェア開発者

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年8月4日
spec-check
ソフトウェア開発者

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年4月29日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年4月29日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年4月29日
website-audit
市場調査アナリスト・マーケティングスペシャリスト

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年6月11日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年4月18日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年4月18日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年4月17日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年4月17日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年4月17日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年4月17日
ci-prep
ソフトウェア品質保証アナリスト・テスター

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年7月28日
website-audit
市場調査アナリスト・マーケティングスペシャリスト

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年6月28日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年6月11日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年6月11日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年5月30日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年5月29日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年5月29日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

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

Work until acceptance criteria is met. Fix a bug/implement a feature using test-driven development (/fix-bug skill). Use when the user reports a bug, wants to implement a feature, describes unexpected behavior, wants to fix a defect, or says something is…

2026年6月21日
ci-prep
ソフトウェア開発者

Prepare the Basilisk codebase for CI. Reads the CI workflow, builds a checklist, then loops through fmt/clippy/build/test until every check passes. Use before submitting a PR or when the user wants to ensure CI will pass.

2026年6月11日
code-dedup
ソフトウェア開発者

Uses deslop MCP to find the worst duplicate-code offenders in the repo and merge them. Loops until there are no major duplication issues left. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup".

2026年5月30日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年5月30日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年5月30日
website-audit
ウェブ開発者

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年5月30日
fix-bug
ソフトウェア品質保証アナリスト・テスター

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年4月11日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年4月11日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年4月11日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年4月11日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年4月11日
upgrade-packages
ソフトウェア開発者

Upgrade all Rust crate dependencies in Cargo.toml to their latest versions. Use when the user says "upgrade packages", "update dependencies", "bump versions", or "upgrade deps".

2026年4月11日
website-audit
ウェブ開発者

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年4月11日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年8月15日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年8月15日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年8月15日
spec-check
ソフトウェア開発者

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年8月15日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年8月15日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions for the detected language(s). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年8月15日
website-audit
市場調査アナリスト・マーケティングスペシャリスト

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年8月15日
code-dedup
ソフトウェア開発者

Searches for duplicate code, duplicate tests, and dead code, then safely merges or removes them. Use when the user says "deduplicate", "find duplicates", "remove dead code", "DRY up", or "code dedup". Requires test coverage — refuses to touch untested code.

2026年5月28日
fix-bug
ソフトウェア開発者

Fix a bug using test-driven development. Use when the user reports a bug, describes unexpected behavior, wants to fix a defect, or says something is broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix…

2026年5月28日
spec-check
ソフトウェア品質保証アナリスト・テスター

Audit spec/plan documents against the codebase. Ensures every spec section has implementing code, tests, and matching logic. Use when the user says "check specs", "spec audit", or "verify specs".

2026年5月28日
upgrade-packages
ソフトウェア開発者

Upgrade all dependencies/packages to their latest versions. Diffr is TypeScript/Node — use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026年5月28日
ci-prep
ソフトウェア開発者

Prepares the current branch for CI by running the exact same steps locally and fixing issues. If CI is already failing, fetches the GH Actions logs first to diagnose. Use before pushing, when CI is red, or when the user says "fix ci".

2026年5月28日
submit-pr
ソフトウェア開発者

Creates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.

2026年5月28日
website-audit
ウェブ開発者

Audits a website for SEO, AI search performance, structured data, mobile usability, broken links, and social media cards. Fixes issues found. Use when the user mentions "audit website", "SEO", "fix search ranking", "AI search", "structured data", "social…

2026年5月28日
16 件中 12 件のリポジトリを表示