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

wayne930242

Vista por repositorio de 82 skills recopiladas en 9 repositorios de GitHub.

skills recopiladas
82
repositorios
9
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
Reflexive-Claude-Code
29 skills · 2026-07-14
Otras ocupaciones informáticasDesarrolladores de softwareAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100% clasificado
35%participación
#02
game-doc-template
22 skills · 2026-04-10
Intérpretes y traductoresRedactores técnicosEditoresDesarrolladores de softwareAnalistas de investigación de mercados y especialistas en marketingDesarrolladores web
6 categorías ocupacionales · 100% clasificado
27%participación
#03
weihung-user-claude
10 skills · 2026-07-24
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosProfesores postsecundarios, todos los demás
4 categorías ocupacionales · 100% clasificado
12%participación
#04
beneath-cursed-moon
8 skills · 2026-02-23
Intérpretes y traductoresDesarrolladores de softwareCorrectores de pruebas y marcadores de textoEditoresRedactores técnicos
5 categorías ocupacionales · 100% clasificado
9.8%participación
#05
year-zero-engine-srd
6 skills · 2026-03-09
Intérpretes y traductoresDesarrolladores webRedactores técnicos
3 categorías ocupacionales · 100% clasificado
7.3%participación
#06
riko-coach-agent
4 skills · 2026-03-19
Fisiólogos del ejercicioDesarrolladores de softwareDietistas y nutricionistasTerapeutas ocupacionales
4 categorías ocupacionales · 100% clasificado
4.9%participación
#07
claude-agent-template
1 skills · 2026-03-11
Diseñadores de interfaces web y digitales
1 categorías ocupacionales · 100% clasificado
1.2%participación
#08
team-toon-tack
1 skills · 2026-04-18
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
1.2%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

analyzing-codebases
Desarrolladores de software

Detects project languages and monorepo state, runs language-appropriate static analysis (dependency graph, complexity, duplication, semantic patterns), and produces a refactor map ranking hotspots. Use when user invokes /aref or explicitly asks to analyze a codebase for refactoring.

2026-07-14
applying-refactors
Desarrolladores de software

Executes a refactor plan phase-by-phase on a dedicated branch with per-phase commits and mandatory reviewer checkpoints. Use when characterization-tests scaffold is complete and plan has phases ready to execute.

2026-07-14
finalizing-refactors
Desarrolladores de software

Writes AGENTS.md per subproject, archives run artifacts, and suggests rcc handoff conditionally. Use when verifying-refactors passes (PASS or PASS-WITH-WEAK-TESTS).

2026-07-14
planning-refactors
Desarrolladores de software

Converts a refactor map into a phased plan using parallel-change, branch-by-abstraction, or strangler fig patterns. Use when user has approved the refactor map from analyzing-codebases.

2026-07-14
scaffolding-characterization-tests
Analistas de garantía de calidad de software y probadores

Adds golden/snapshot tests to untested hotspot modules before refactoring. Use when refactor plan marks any phase with characterization_test.status=must-scaffold.

2026-07-14
verifying-refactors
Analistas de garantía de calidad de software y probadores

Validates hard structural rules (no cycles, file/fn line caps, cognitive/cyclomatic complexity) and runs mutation testing on touched modules. Use when applying-refactors has completed all phases on the refactor branch.

2026-07-14
advising-architecture
Otras ocupaciones informáticas

Validates component-type choices for agent system work, classifying knowledge as CLAUDE.md vs rule vs skill vs agent vs hook and checking for conflicts. Use when starting any skill/agent/rule workflow to validate approach. Use when classifying knowledge type. Use when checking for component conflicts.

2026-07-14
analyzing-agent-systems
Otras ocupaciones informáticas

Scans project structure and agent system components, runs 11-category weakness analysis, and produces actionable restructuring recommendations. Use when analyzing an existing agent system for weaknesses. Use when user says "analyze agent system", "check agent setup", "audit agent config". Use when called by migrating-agent-systems or refactoring-skills.

2026-07-14
Mostrando las 8 principales de 29 skills recopiladas en este repositorio.
optimized-translating
Intérpretes y traductores

Use when translating game content that requires cost-optimized model routing, linear workflow efficiency, and immediate formatting to avoid multi-loop review cycles

2026-04-10
super-translate
Intérpretes y traductores

Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.

2026-03-29
md-review
Editores

Use when a markdown draft or docs page must be checked for structural validity and documentation style compliance before writeback or publishing.

2026-03-29
super-translate
Intérpretes y traductores

Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.

2026-03-29
chapter-split
Desarrolladores web

Use when extracted rulebook markdown needs to be split into semantic documentation files and navigation. Trigger this skill from `init-doc`, future append/add-document flows, or whenever regenerated `_pages.md` source invalidates the existing chapter map. Do not use this skill for temporary translation chunking; that belongs to a separate draft-only translation workflow.

2026-03-29
final-proofread
Analistas de investigación de mercados y especialistas en marketing

Use when performing final quality checks before publishing the documentation site. Use when all translation is complete and you need to verify titles/descriptions are translated, check for misplaced or erroneous content, and run page-reference link checks.

2026-03-10
bilingual-translate
Intérpretes y traductores

Use when translating in bilingual mode — produces Chinese primary + English blockquote markdown. Single-pass, no multi-round review. Requires translation_mode=bilingual in style-decisions.json.

2026-03-10
translate
Intérpretes y traductores

Use when translating one file, one section, or all docs with glossary and style constraints.

2026-03-10
Mostrando las 8 principales de 22 skills recopiladas en este repositorio.
grill-with-docs
Desarrolladores de software

Use when starting project code-improvement work — refactoring, architecture improvement, cleanup of an existing codebase — or when a grilling session should leave docs behind. Runs the interview and records decisions as ADRs and domain terms in CONTEXT.md as they crystallise.

2026-07-24
leveraging-tasks
Desarrolladores de software

Use when the user requests development work — implementing a feature, debugging an error, designing an approach, or deploying a release. MUST be invoked as the entry point before any implementation, debugging, or design sub-skill.

2026-07-24
assuring-quality
Analistas de garantía de calidad de software y probadores

Use when the user names final QA as the goal — pre-release verification, "上線前驗證 / 最終品質保證".

2026-07-24
grill-me
Especialistas en gestión de proyectos

A relentless interview to sharpen a plan or design.

2026-07-24
grilling
Especialistas en gestión de proyectos

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

2026-07-24
inspecting
Analistas de garantía de calidad de software y probadores

Use when the user asks to check, audit, or review something thoroughly. Builds a check plan, then verifies each item with the investigating skill.

2026-07-24
investigating
Desarrolladores de software

Use when the user asks to research or investigate a question, claim, or topic in depth. Comprehensive investigation with current information, every claim traceable to a source.

2026-07-24
providing-knowledge
Profesores postsecundarios, todos los demás

Use when the user asks an explanatory question — what is, how does, why, compare. Builds the user's mental model rather than dumping facts.

2026-07-24
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
Mostrando 9 de 9 repositorios
Todos los repositorios cargados