Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
Nimblesite
GitHub 제작자 프로필

Nimblesite

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

수집된 skills
121
저장소
15
업데이트
2026-07-06
저장소 지도

skills가 있는 위치

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

#01
DataProvider
skills 14개 · 2026-05-10
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
12%비중
#02
Deslop
skills 11개 · 2026-06-18
소프트웨어 개발자시장조사 분석가·마케팅 전문가소프트웨어 품질 보증 분석가·테스터
직업 카테고리 3개 · 100% 분류됨
9.1%비중
#03
too-many-cooks
skills 11개 · 2026-06-18
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자시장조사 분석가·마케팅 전문가웹 개발자
직업 카테고리 5개 · 100% 분류됨
9.1%비중
#04
Basilisk
skills 8개 · 2026-07-06
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자
직업 카테고리 3개 · 100% 분류됨
6.6%비중
#05
napper
skills 8개 · 2026-06-07
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자
직업 카테고리 3개 · 100% 분류됨
6.6%비중
#06
SharpLsp
skills 7개 · 2026-04-29
소프트웨어 개발자시장조사 분석가·마케팅 전문가
직업 카테고리 2개 · 100% 분류됨
5.8%비중
#07
typeDiagram
skills 7개 · 2026-06-11
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가
직업 카테고리 3개 · 100% 분류됨
5.8%비중
#08
osprey
skills 7개 · 2026-06-28
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가
직업 카테고리 3개 · 100% 분류됨
5.8%비중
여기에는 상위 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-05-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-05-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 is attempted.

2026-05-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-05-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-05-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-05-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 media cards", or "website performance".

2026-05-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-05-10
이 저장소에서 수집된 skills 14개 중 상위 8개를 표시합니다.
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 — refuses to touch untested code.

2026-06-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-06-13
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 — refuses to touch untested code.

2026-06-13
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 is attempted.

2026-06-13
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-06-13
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-06-13
upgrade-packages
소프트웨어 개발자

Upgrade all dependencies/packages to their latest versions for the Deslop Rust workspace and the Node packages (VSIX extension, webview-ui, site). Use when the user says "upgrade packages", "update dependencies", "bump versions", "update packages", or "upgrade deps".

2026-06-13
website-audit
시장조사 분석가·마케팅 전문가

Audits the Deslop 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 media cards", or "website performance".

2026-06-13
이 저장소에서 수집된 skills 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-06-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-06-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-06-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-06-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-06-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 media cards", or "website performance".

2026-06-18
build-extension
소프트웨어 개발자

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

2026-03-10
setup-dev
네트워크·컴퓨터 시스템 관리자

Install development tools (mcp | extension | playwright)

2026-03-10
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
screenshot
소프트웨어 품질 보증 분석가·테스터

Regenerate real product screenshots — either CLI screenshots (actual `basilisk check` output rendered in a Terminal window) or VS Code editor screenshots (the extension showing diagnostics, hover, quick-fix, activity panel). Use when the user asks to regenerate, update, or add marketing/docs screenshots. Requires a target argument, `cli` or `vsix`.

2026-07-06
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-07-03
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 broken. Enforces a strict test-first workflow where a failing test must be written and verified before any fix is attempted.

2026-06-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-06-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-05-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-05-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-05-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 media cards", or "website performance".

2026-05-30
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-06-07
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-06-07
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 is attempted.

2026-06-07
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-06-07
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-06-07
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-06-07
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 media cards", or "website performance".

2026-06-07
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-06-07
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-04-29
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 to touch untested code.

2026-04-29
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-04-29
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-04-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 media cards", or "website performance".

2026-04-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 is attempted.

2026-04-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-04-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 media cards", or "website performance".

2026-06-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-04-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-04-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-04-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-04-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 is attempted.

2026-04-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-04-17
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 media cards", or "website performance".

2026-06-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-06-27
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-06-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-06-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-05-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 is attempted.

2026-05-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-05-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 is attempted.

2026-04-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-04-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-04-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-04-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-04-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-04-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 media cards", or "website performance".

2026-04-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-04-23
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 media cards", or "website performance".

2026-04-23
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-04-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-04-19
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-04-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-04-19
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 is attempted.

2026-03-26
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 creates/updates config files. NEVER commits or pushes.

2026-06-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-06-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-06-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 media cards", or "website performance".

2026-06-06
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-06-06
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-06-06
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-06-06
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-05-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 is attempted.

2026-05-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-05-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-05-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-05-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-05-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 media cards", or "website performance".

2026-05-28
저장소 15개 중 12개 표시