Skip to main content
Execute qualquer Skill no Manus
com um clique
wayne930242
Perfil de criador do GitHub

wayne930242

Visão por repositório de 82 skills coletadas em 9 repositórios do GitHub.

skills coletadas
82
repositórios
9
atualizado
2026-07-24
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
Reflexive-Claude-Code
29 skills · 2026-07-14
Outras ocupações de informáticaDesenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 100% classificado
35%participação
#02
game-doc-template
22 skills · 2026-04-10
Intérpretes e tradutoresRedatores técnicosEditoresDesenvolvedores de softwareAnalistas de pesquisa de mercado e especialistas em marketingDesenvolvedores web
6 categorias ocupacionais · 100% classificado
27%participação
#03
weihung-user-claude
10 skills · 2026-07-24
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetosProfessores do ensino superior, todos os outros
4 categorias ocupacionais · 100% classificado
12%participação
#04
beneath-cursed-moon
8 skills · 2026-02-23
Intérpretes e tradutoresDesenvolvedores de softwareEditoresRedatores técnicosRevisores e marcadores de cópia
5 categorias ocupacionais · 100% classificado
9.8%participação
#05
year-zero-engine-srd
6 skills · 2026-03-09
Intérpretes e tradutoresDesenvolvedores webRedatores técnicos
3 categorias ocupacionais · 100% classificado
7.3%participação
#06
riko-coach-agent
4 skills · 2026-03-19
Fisiologistas do exercícioDesenvolvedores de softwareNutricionistas e dietistasTerapeutas ocupacionais
4 categorias ocupacionais · 100% classificado
4.9%participação
#07
claude-agent-template
1 skills · 2026-03-11
Designers de interfaces web e digitais
1 categorias ocupacionais · 100% classificado
1.2%participação
#08
team-toon-tack
1 skills · 2026-04-18
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1.2%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

analyzing-codebases
Desenvolvedores 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
Desenvolvedores 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
Desenvolvedores 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
Desenvolvedores 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 garantia de qualidade de software e testadores

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 garantia de qualidade de software e testadores

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
Outras ocupações de informática

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
Outras ocupações de informática

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 as 8 principais de 29 skills coletadas neste repositório.
optimized-translating
Intérpretes e tradutores

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 e tradutores

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 e tradutores

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

2026-03-29
chapter-split
Desenvolvedores 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 pesquisa de mercado e especialistas em 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 e tradutores

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 e tradutores

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

2026-03-10
Mostrando as 8 principais de 22 skills coletadas neste repositório.
grill-with-docs
Desenvolvedores 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
Desenvolvedores 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 garantia de qualidade de software e testadores

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

2026-07-24
grill-me
Especialistas em gestão de projetos

A relentless interview to sharpen a plan or design.

2026-07-24
grilling
Especialistas em gestão de projetos

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 garantia de qualidade de software e testadores

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
Desenvolvedores 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
Professores do ensino superior, todos os outros

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 as 8 principais de 10 skills coletadas neste repositório.
Mostrando 9 de 9 repositórios
Todos os repositórios foram exibidos