Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Stars1233
Perfil de creador de GitHub

Stars1233

Vista por repositorio de 114 skills recopiladas en 24 repositorios de GitHub.

skills recopiladas
114
repositorios
24
actualizado
2026-07-24
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
hiclaw
37 skills · 2026-07-17
Desarrolladores de softwareOtras ocupaciones informáticasAdministradores de redes y sistemas informáticosEspecialistas en gestión de proyectos
4 categorías ocupacionales · 100% clasificado
32%participación
#02
marin
17 skills · 2026-07-20
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresCientíficos de datosRedactores técnicos
5 categorías ocupacionales · 100% clasificado
15%participación
#03
ccusage
9 skills · 2026-05-26
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
7.9%participación
#04
openaev
7 skills · 2026-05-15
Analistas de garantía de calidad de software y probadoresArquitectos de bases de datosDesarrolladores de software
3 categorías ocupacionales · 100% clasificado
6.1%participación
#05
NemoClaw
5 skills · 2026-07-20
Desarrolladores de softwareOtras ocupaciones informáticas
2 categorías ocupacionales · 100% clasificado
4.4%participación
#06
mastra
5 skills · 2026-07-17
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
4.4%participación
#07
Evaluator
5 skills · 2026-05-28
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
4.4%participación
#08
letta-code
4 skills · 2026-07-19
Desarrolladores de softwareOtras ocupaciones informáticas
2 categorías ocupacionales · 100% clasificado
3.5%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

hiclaw-migrate
Otras ocupaciones informáticas

Analyze current OpenClaw setup and generate a migration package (ZIP) for importing into HiClaw as a managed Worker

2026-07-17
file-sharing
Desarrolladores de software

Use before direct filesync calls, reading non-task shared files, pushing mid-task progress, or troubleshooting missing shared files. Do not use for normal task acceptance or submission; taskflow ack_task and submit_task handle lifecycle sync internally.

2026-07-14
find-skills
Otras ocupaciones informáticas

Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task.

2026-07-14
organization
Desarrolladores de software

Use only when you need to look up team topology, worker phase, runtime state, or identity that is NOT available from the current message context. Do not use for standard task flows — the coordinator is the message sender, and the task room is in meta.json.room_id.

2026-07-14
file-sync
Administradores de redes y sistemas informáticos

Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).

2026-07-14
find-skills
Otras ocupaciones informáticas

Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task.

2026-07-14
file-sync
Desarrolladores de software

Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).

2026-07-14
find-skills
Otras ocupaciones informáticas

Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task.

2026-07-14
Mostrando las 8 principales de 37 skills recopiladas en este repositorio.
Mostrando las 8 principales de 17 skills recopiladas en este repositorio.
skill-creator
Desarrolladores de software

Guides repo-local skill creation and updates. Use when adding or editing .agents/skills, SKILL.md frontmatter, references, scripts, or skill routing.

2026-05-26
tdd
Analistas de garantía de calidad de software y probadores

Guides t-wada Red-Green-Refactor TDD. Use when implementing features, fixing bugs, or refactoring logic with strict test-first development.

2026-05-26
create-pr
Desarrolladores de software

Runs the full PR lifecycle. Use when creating a branch, committing, pushing, opening a PR, requesting AI review, and driving CI and review to completion.

2026-05-25
commit
Desarrolladores de software

Creates atomic Conventional Commits. Use when committing code changes, splitting hunks into revertable units, or writing detailed commit messages.

2026-05-23
development
Desarrolladores de software

Guides ccusage monorepo development. Use when editing packages, docs, shared configuration, bundled CLI packaging, dependencies, exports, or validation commands.

2026-05-23
profile
Desarrolladores de software

Profiles ccusage performance. Use when debugging slow Rust CLI commands, TypeScript package scripts, launchers, benchmarks, packaging hot paths, or branch-vs-main speed changes.

2026-05-23
testing
Analistas de garantía de calidad de software y probadores

Guides ccusage Rust and Vitest tests. Use when adding or fixing cargo tests, CLI snapshots, Claude model pricing, LiteLLM compatibility, Vitest tests, or fixture-backed tests.

2026-05-23
typescript
Desarrolladores de software

Guides ccusage TypeScript and JavaScript work. Use before reading or editing .ts, .tsx, .js, or .jsx files, including package launchers, Vitest tests, Bun scripts, schemas, mocks, and typed fixtures.

2026-05-23
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
add-test
Analistas de garantía de calidad de software y probadores

Creates tests for an existing feature following OpenAEV patterns: fixture class, composer, integration test with @Nested groups, and optionally unit tests. Use when asked to add tests or improve test coverage.

2026-05-15
create-feature-module
Desarrolladores de software

Scaffolds a complete feature end-to-end: JPA entity, repository, service, DTOs, mapper, controller, migration, tests (fixture + composer + integration test), and frontend actions/page. Use when asked to create a new feature or module.

2026-05-03
review-code
Analistas de garantía de calidad de software y probadores

Step-by-step general code review procedure for OpenAEV pull requests. Covers architecture, conventions, code quality, and delegation to specialized agents.

2026-05-03
review-frontend
Analistas de garantía de calidad de software y probadores

Frontend review checklist for OpenAEV React/TypeScript code: component patterns, forms, MUI usage, permissions, i18n, state management, dead code. Use when reviewing PRs or auditing frontend features.

2026-05-03
review-multi-tenancy
Analistas de garantía de calidad de software y probadores

Step-by-step tenant isolation audit for OpenAEV pull requests. Use when reviewing PRs that touch entities, repositories, native queries, or migrations.

2026-05-03
add-migration
Arquitectos de bases de datos

Creates a Flyway Java-based migration for schema changes. Handles table creation, column additions, tenant isolation, and ES reindex. Use when asked to modify the database schema.

2026-04-01
review-performance
Analistas de garantía de calidad de software y probadores

Performance review checklist for OpenAEV code: N+1 queries, fetch strategy, pagination, indexing, memory usage. Use when reviewing PRs or auditing performance of a feature.

2026-04-01
nemoclaw-contributor-create-pr
Desarrolladores de software

Create a GitHub pull request with the NemoClaw template. Then, monitor CI and automated reviews. Use this skill when the user asks to create, open, push, or submit a PR for review. Trigger keywords - create PR, pull request, new PR, submit for review, open PR, push for review.

2026-07-20
nemoclaw-contributor-update-docs
Desarrolladores de software

Scan recent git commits for user-facing changes, update the corresponding documentation, and create the canonical dated MDX changelog entry for pre-tag release prep. Use when docs have fallen behind code changes, after a batch of features lands, before opening a release-note docs PR or cutting a release tag, or when recovering missed post-release docs. Trigger keywords - update docs, draft docs, docs from commits, sync docs, catch up docs, doc debt, docs behind, docs drift, release prep docs, pre-tag docs, release note docs, changelog entry.

2026-07-20
nemoclaw-maintainer-day
Otras ocupaciones informáticas

Run one NemoClaw daytime maintainer pass. Prioritize items for the release version. Select a merge, salvage, security, test, conflict, or sequencing workflow and report progress. Use during the workday to land PRs and close issues. Designed for /loop, for example /loop 10m /nemoclaw-maintainer-day. Trigger keywords - maintainer day, work on PRs, land PRs, make progress, what's next, keep going, maintainer loop.

2026-07-20
nemoclaw-maintainer-policies
Otras ocupaciones informáticas

Provide read-only NemoClaw maintainer policy. Use for questions about Issue Type, labels, Project fields, release labels, triage, duplicates, blocked items, and maintainer decisions. Trigger keywords - maintainer policy, workflow policy, project workflow, issue type, labels, label taxonomy, needs labels, project status, blocked issue, duplicate issue, daily release label, release train, triage policy.

2026-07-20
nemoclaw-maintainer-release-notes
Desarrolladores de software

Drafts the post-tag NemoClaw Announcement from live GitHub tag and compare data. Produces three lead paragraphs, categorized shipped changes, why-it-matters bullets, and external-only contributor thanks. Use after cutting a release tag or when asked to draft an announcement or summarize v0.0.x. Native `docs/changelog/YYYY-MM-DD.mdx` entries belong to the pre-tag `nemoclaw-contributor-update-docs` workflow.

2026-07-20
byob
Desarrolladores de software

Create custom LLM evaluation benchmarks using the BYOB decorator framework. Use when the user wants to (1) create a new benchmark from a dataset, (2) pick or write a scorer, (3) compile and run a BYOB benchmark, (4) containerize a benchmark, or (5) use LLM-as-Judge evaluation. Triggers on mentions of BYOB, custom benchmark, bring your own benchmark, scorer, or benchmark compilation.

2026-05-28
accessing-mlflow
Desarrolladores de software

Query and browse evaluation results stored in MLflow. Use when the user wants to look up runs by invocation ID, compare metrics across models, fetch artifacts (configs, logs, results), or set up the MLflow MCP server. ALWAYS triggers on mentions of MLflow, experiment results, run comparison, invocation IDs in the context of results, or MLflow MCP setup.

2026-05-28
launching-evals
Analistas de garantía de calidad de software y probadores

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed runs, exporting artifacts and logs, and analyzing results. ALWAYS triggers on mentions of running evaluations, checking progress, debugging failed evals, analyzing or analysing runs or results, run directories or artifact paths on clusters, Slurm job issues, invocation IDs, or inspecting logs (client logs, server logs, SSH to cluster, tail logs, grep logs). Do NOT use for creating or modifying evaluation configs. WARNING — this skill performs privileged operations; it SSHes to remote cluster hosts, executes shell commands on cluster infrastructure, transfers files via rsync, and may modify cluster configuration fields (e.g., the SLURM account). Only use with trusted cluster credentials and configs from trusted sources, and require explicit user confirmation before SSH/rsync operations or any cluster-config change.

2026-05-28
nel-assistant
Desarrolladores de software

Interactive config wizard for NeMo Evaluator Launcher (NEL). Use when the user wants to create a new evaluation config from scratch, set up an evaluation from existing configs, or modify a NEL config (deployment, tasks, multi-node, interceptors). ALWAYS triggers on mentions of creating configs, setting up evaluations, configuring models for evaluation, or modifying NEL YAML files. Do NOT use for monitoring, debugging, or analyzing already-running evaluations.

2026-05-28
launching-evals
Analistas de garantía de calidad de software y probadores

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed runs, exporting artifacts and logs, and analyzing results. ALWAYS triggers on mentions of running evaluations, checking progress, debugging failed evals, analyzing or analysing runs or results, run directories or artifact paths on clusters, Slurm job issues, invocation IDs, or inspecting logs (client logs, server logs, SSH to cluster, tail logs, grep logs). Do NOT use for creating or modifying evaluation configs.

2026-05-22
walkontable-testing
Analistas de garantía de calidad de software y probadores

Use when writing tests for the Walkontable rendering engine - has its own separate test pipeline, runner, and configuration distinct from main Handsontable E2E tests

2026-07-08
handsontable-dev
Desarrolladores de software

Use for ANY work touching the `handsontable/` core package: fixing bugs, adding features, modifying TypeScript types, removing as-casts, writing or debugging plugins, editors, renderers, validators, cell types, hooks, shortcuts, selection, helpers, index translations, or i18n. Also use for how-to questions about core internals (plugin lifecycle, coordinate systems, hook registration, TypeScript conventions). Triggers on file paths under `handsontable/src/` (excluding `3rdparty/walkontable/` which has its own skill), or when the user describes a symptom in the core grid without naming a file. This is the primary entry point for all core Handsontable development — when in doubt, load it.

2026-06-24
handsontable-e2e-testing
Analistas de garantía de calidad de software y probadores

Use when writing or modifying Jasmine/Puppeteer E2E tests (*.spec.js) for Handsontable, or when a bug fix or feature change needs E2E test coverage. Covers standard boilerplate, async/await rules, global helpers, event simulation, plugin lifecycle patterns, and writing theme-agnostic assertions that pass under all themes without branching on theme name.

2026-06-16
handsontable-unit-testing
Analistas de garantía de calidad de software y probadores

Use when writing or modifying Jest unit tests (*.unit.js) or TypeScript type tests (*.types.ts) for Handsontable core, plugins, or utilities, or when a bug fix or internal refactor needs unit or type test coverage - covers Jest setup, test location conventions, mocking patterns, module aliases, type test patterns (no declare, real assignments, ESM + UMD patterns), and when to choose unit tests over E2E tests

2026-06-03
Mostrando 12 de 24 repositorios