Skip to main content
Nimblesite
GitHub 제작자 프로필

Nimblesite

16개 GitHub 저장소에서 수집된 130개 skills를 저장소 단위로 보여줍니다.

수집된 skills
130
저장소
16
업데이트
2026년 8월 24일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
DataProvider
skills 14개 · 2026년 5월 10일
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
11%비중
#02
Deslop
skills 14개 · 2026년 8월 24일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가
직업 카테고리 3개 · 79% 분류됨
11%비중
#03
too-many-cooks
skills 11개 · 2026년 6월 18일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자시장조사 분석가·마케팅 전문가웹 개발자
직업 카테고리 5개 · 100% 분류됨
8.5%비중
#04
napper
skills 8개 · 2026년 6월 7일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자
직업 카테고리 3개 · 100% 분류됨
6.2%비중
#05
AgentPMOWorkflow
skills 8개 · 2026년 6월 19일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가
직업 카테고리 3개 · 100% 분류됨
6.2%비중
#06
SharpLsp
skills 7개 · 2026년 8월 4일
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
5.4%비중
#07
typeDiagram
skills 7개 · 2026년 6월 11일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가
직업 카테고리 3개 · 100% 분류됨
5.4%비중
#08
osprey
skills 7개 · 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개 표시