Skip to main content
Nimblesite
Perfil de creador de GitHub

Nimblesite

Vista por repositorio de 130 skills recopiladas en 16 repositorios de GitHub.

skills recopiladas
130
repositorios
16
actualizado
24 ago 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
DataProvider
14 skills · 10 may 2026
Desarrolladores de software
1 categorías ocupacionales · 100 % clasificado
11 %participación
#02
Deslop
14 skills · 24 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de investigación de mercados y especialistas en marketing
3 categorías ocupacionales · 79 % clasificado
11 %participación
#03
too-many-cooks
11 skills · 18 jun 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosAnalistas de investigación de mercados y especialistas en marketingDesarrolladores web
5 categorías ocupacionales · 100 % clasificado
8,5 %participación
#04
napper
8 skills · 7 jun 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDesarrolladores web
3 categorías ocupacionales · 100 % clasificado
6,2 %participación
#05
AgentPMOWorkflow
8 skills · 19 jun 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de investigación de mercados y especialistas en marketing
3 categorías ocupacionales · 100 % clasificado
6,2 %participación
#06
SharpLsp
7 skills · 4 ago 2026
Desarrolladores de software
1 categorías ocupacionales · 100 % clasificado
5,4 %participación
#07
typeDiagram
7 skills · 11 jun 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de investigación de mercados y especialistas en marketing
3 categorías ocupacionales · 100 % clasificado
5,4 %participación
#08
osprey
7 skills · 28 jul 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de investigación de mercados y especialistas en marketing
3 categorías ocupacionales · 100 % clasificado
5,4 %participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

ci-prep
Desarrolladores de software

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".

10 may 2026
code-dedup
Desarrolladores de software

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.

10 may 2026
fix-bug
Desarrolladores de software

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…

10 may 2026
spec-check
Desarrolladores de software

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".

10 may 2026
submit-pr
Desarrolladores de software

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.

10 may 2026
upgrade-packages
Desarrolladores de software

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".

10 may 2026
website-audit
Desarrolladores de software

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…

10 may 2026
ci-prep
Desarrolladores de software

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".

10 may 2026
Mostrando 8 de 14 skills recopiladas.
log-issue
sin clasificar

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…

24 ago 2026
triage
sin clasificar

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

24 ago 2026
ci-prep
sin clasificar

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".

21 ago 2026
spec-check
Desarrolladores de software

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".

18 ago 2026
submit-pr
Analistas de garantía de calidad de software y probadores

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.

18 ago 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

15 ago 2026
submit-pr
Desarrolladores de software

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.

15 ago 2026
code-dedup
Desarrolladores de software

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

18 jun 2026
Mostrando 8 de 14 skills recopiladas.
ci-prep
Desarrolladores de software

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".

18 jun 2026
code-dedup
Desarrolladores de software

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.

18 jun 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

18 jun 2026
submit-pr
Desarrolladores de software

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.

18 jun 2026
upgrade-packages
Desarrolladores de software

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".

18 jun 2026
website-audit
Analistas de investigación de mercados y especialistas en marketing

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…

18 jun 2026
build-extension
Desarrolladores de software

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

10 mar 2026
setup-dev
Administradores de redes y sistemas informáticos

Install development tools (mcp | extension | playwright)

10 mar 2026
Mostrando 8 de 11 skills recopiladas.
ci-prep
Desarrolladores de software

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".

7 jun 2026
code-dedup
Desarrolladores de software

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.

7 jun 2026
fix-bug
Desarrolladores de software

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…

7 jun 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

7 jun 2026
submit-pr
Desarrolladores de software

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.

7 jun 2026
upgrade-packages
Desarrolladores de software

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".

7 jun 2026
website-audit
Desarrolladores web

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…

7 jun 2026
fix-ci
Desarrolladores de software

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.

7 jun 2026
agent-pmo
Desarrolladores de software

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…

19 jun 2026
code-dedup
Desarrolladores de software

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.

19 jun 2026
submit-pr
Desarrolladores de software

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.

19 jun 2026
website-audit
Analistas de investigación de mercados y especialistas en marketing

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…

6 jun 2026
ci-prep
Desarrolladores de software

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".

6 jun 2026
fix-bug
Analistas de garantía de calidad de software y probadores

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…

6 jun 2026
spec-check
Desarrolladores de software

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".

6 jun 2026
upgrade-packages
Desarrolladores de software

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".

6 jun 2026
ci-prep
Desarrolladores de software

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".

4 ago 2026
code-dedup
Desarrolladores de software

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…

4 ago 2026
upgrade-packages
Desarrolladores de software

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

4 ago 2026
website-audit
Desarrolladores de software

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…

4 ago 2026
spec-check
Desarrolladores de software

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".

29 abr 2026
fix-bug
Desarrolladores de software

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…

29 abr 2026
submit-pr
Desarrolladores de software

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.

29 abr 2026
website-audit
Analistas de investigación de mercados y especialistas en marketing

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…

11 jun 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

18 abr 2026
upgrade-packages
Desarrolladores de software

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".

18 abr 2026
ci-prep
Desarrolladores de software

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".

17 abr 2026
code-dedup
Desarrolladores de software

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.

17 abr 2026
fix-bug
Desarrolladores de software

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…

17 abr 2026
submit-pr
Desarrolladores de software

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.

17 abr 2026
ci-prep
Analistas de garantía de calidad de software y probadores

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".

28 jul 2026
website-audit
Analistas de investigación de mercados y especialistas en marketing

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…

28 jun 2026
code-dedup
Desarrolladores de software

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.

11 jun 2026
upgrade-packages
Desarrolladores de software

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".

11 jun 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

30 may 2026
fix-bug
Desarrolladores de software

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…

29 may 2026
submit-pr
Desarrolladores de software

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.

29 may 2026
submit-pr
Desarrolladores de software

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.

3 jul 2026
goal
Analistas de garantía de calidad de software y probadores

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…

21 jun 2026
ci-prep
Desarrolladores de software

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.

11 jun 2026
code-dedup
Desarrolladores de software

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".

30 may 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

30 may 2026
upgrade-packages
Desarrolladores de software

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".

30 may 2026
website-audit
Desarrolladores web

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…

30 may 2026
fix-bug
Analistas de garantía de calidad de software y probadores

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…

11 abr 2026
ci-prep
Desarrolladores de software

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".

11 abr 2026
code-dedup
Desarrolladores de software

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.

11 abr 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

11 abr 2026
submit-pr
Desarrolladores de software

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.

11 abr 2026
upgrade-packages
Desarrolladores de software

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".

11 abr 2026
website-audit
Desarrolladores web

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…

11 abr 2026
ci-prep
Desarrolladores de software

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".

15 ago 2026
code-dedup
Desarrolladores de software

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.

15 ago 2026
fix-bug
Desarrolladores de software

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…

15 ago 2026
spec-check
Desarrolladores de software

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".

15 ago 2026
submit-pr
Desarrolladores de software

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.

15 ago 2026
upgrade-packages
Desarrolladores de software

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".

15 ago 2026
website-audit
Analistas de investigación de mercados y especialistas en marketing

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…

15 ago 2026
code-dedup
Desarrolladores de software

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.

28 may 2026
fix-bug
Desarrolladores de software

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…

28 may 2026
spec-check
Analistas de garantía de calidad de software y probadores

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".

28 may 2026
upgrade-packages
Desarrolladores de software

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".

28 may 2026
ci-prep
Desarrolladores de software

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".

28 may 2026
submit-pr
Desarrolladores de software

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.

28 may 2026
website-audit
Desarrolladores web

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…

28 may 2026
Mostrando 12 de 16 repositorios