Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
wayne930242
Profil créateur GitHub

wayne930242

Vue par dépôt de 82 skills collectés dans 9 dépôts GitHub.

skills collectés
82
dépôts
9
mis à jour
2026-07-24
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
Reflexive-Claude-Code
29 skills · 2026-07-14
Autres occupations informatiquesDéveloppeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100% classifié
35%part
#02
game-doc-template
22 skills · 2026-04-10
Interprètes et traducteursRédacteurs techniquesRédacteurs en chefDéveloppeurs de logicielsAnalystes en études de marché et spécialistes en marketingDéveloppeurs web
6 catégories métier · 100% classifié
27%part
#03
weihung-user-claude
10 skills · 2026-07-24
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsEnseignants postsecondaires, autres
4 catégories métier · 100% classifié
12%part
#04
beneath-cursed-moon
8 skills · 2026-02-23
Interprètes et traducteursDéveloppeurs de logicielsCorrecteurs et marqueurs de copieRédacteurs en chefRédacteurs techniques
5 catégories métier · 100% classifié
9.8%part
#05
year-zero-engine-srd
6 skills · 2026-03-09
Interprètes et traducteursDéveloppeurs webRédacteurs techniques
3 catégories métier · 100% classifié
7.3%part
#06
riko-coach-agent
4 skills · 2026-03-19
Physiologistes du sportDéveloppeurs de logicielsDiététiciens et nutritionnistesErgothérapeutes
4 catégories métier · 100% classifié
4.9%part
#07
claude-agent-template
1 skills · 2026-03-11
Concepteurs web et d'interfaces numériques
1 catégories métier · 100% classifié
1.2%part
#08
team-toon-tack
1 skills · 2026-04-18
Développeurs de logiciels
1 catégories métier · 100% classifié
1.2%part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

analyzing-codebases
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Affichage des 8 principaux skills collectés sur 29 dans ce dépôt.
optimized-translating
Interprètes et traducteurs

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
Interprètes et traducteurs

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

2026-03-29
md-review
Rédacteurs en chef

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
Interprètes et traducteurs

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

2026-03-29
chapter-split
Développeurs 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
Analystes en études de marché et spécialistes 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
Interprètes et traducteurs

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
Interprètes et traducteurs

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

2026-03-10
Affichage des 8 principaux skills collectés sur 22 dans ce dépôt.
grill-with-docs
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-07-24
grill-me
Spécialistes en gestion de projets

A relentless interview to sharpen a plan or design.

2026-07-24
grilling
Spécialistes en gestion de projets

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Enseignants postsecondaires, autres

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
Affichage des 8 principaux skills collectés sur 10 dans ce dépôt.
9 dépôts affichés sur 9
Tous les dépôts sont affichés