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

flaviostutz

Vue par dépôt de 76 skills collectés dans 8 dépôts GitHub.

skills collectés
76
dépôts
8
mis à jour
2026-07-09
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
xdrs-core
14 skills · 2026-07-09
Développeurs de logicielsRédacteurs techniquesAnalystes en assurance qualité des logiciels et testeursGraphistes
4 catégories métier · 100% classifié
18%part
#02
agentme
13 skills · 2026-07-09
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiques
3 catégories métier · 100% classifié
17%part
#03
xdrs-tools
13 skills · 2026-05-28
Développeurs de logicielsSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeursRédacteurs techniques
4 catégories métier · 100% classifié
17%part
#04
filedist
11 skills · 2026-05-06
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiquesÉcrivains et auteursEnseignants en ingénierie, postsecondaireSpécialistes en gestion de projets
6 catégories métier · 100% classifié
14%part
#05
deepworkflow
10 skills · 2026-06-18
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiques
3 catégories métier · 100% classifié
13%part
#06
testprompt
8 skills · 2026-04-21
Développeurs de logicielsAnalystes en gestionSpécialistes en formation et développementSpécialistes en gestion de projets
4 catégories métier · 100% classifié
11%part
#07
semfs
6 skills · 2026-04-21
Analystes en gestionSpécialistes en gestion de projetsDéveloppeurs de logicielsSpécialistes en formation et développement
4 catégories métier · 100% classifié
7.9%part
#08
appo
1 skills · 2026-03-08
Analystes en assurance qualité des logiciels et testeurs
1 catégories métier · 100% classifié
1.3%part
explorateur de dépôts

Dépôts et skills représentatifs

003-write-skill
Développeurs de logiciels

Creates a new skill package following XDRS skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-07-09
001-review
Analystes en assurance qualité des logiciels et testeurs

Reviews code changes, xdrs docs or any other files against applicable Policies and reports violations as structured findings. Activate this skill when the user asks to review, lint, audit, check, verify, validate, or assess any files or Policies, or when checking whether a document or implementation is consistent with, compliant with, or conforms to a standard or Policy. Also activate when you identify a need to check compliance with Policies during implementation.

2026-07-09
002-write-policy
Développeurs de logiciels

Creates a new Policy interactively: selects type, scope, subject, and writes a focused, conflict-checked policy document. Activate this skill when the user asks to create, add, or write a new Policy (ADR, BDR, or EDR).

2026-07-09
004-write-article
Développeurs de logiciels

Creates a new article document following XDRS article standards: selects scope, type, subject, and number; then writes a focused synthetic text that combines and links multiple Policies, Research documents, and Skills around a topic. Activate this skill when the user asks to create, add, or write a new article, guide, or overview document within an XDRS project.

2026-07-09
005-write-research
Développeurs de logiciels

Creates a new research document following XDRS research standards: selects scope, type, subject, and number; then writes an IMRAD-based study with enough evidence and method detail to stand on its own as a technical paper. Activate this skill when the user asks to create, add, or write a research document that backs a decision.

2026-07-09
002-write-policy
Développeurs de logiciels

Creates a new Policy interactively: selects type, scope, subject, and writes a focused, conflict-checked policy document. Activate this skill when the user asks to create, add, or write a new Policy (ADR, BDR, or EDR).

2026-07-09
003-write-skill
Développeurs de logiciels

Creates a new skill package following XDRS skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-07-09
006-write-plan
Développeurs de logiciels

Creates a new plan document following XDRS plan standards: selects scope, type, subject, and number; then writes a focused execution plan with problem context, proposed solution, approach, milestones, and deliverables. Activate this skill when the user asks to create, add, or write a plan, project plan, or execution plan within an XDRS project.

2026-07-09
Affichage des 8 principaux skills collectés sur 14 dans ce dépôt.
001-create-javascript-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a JavaScript/TypeScript project following the standard tooling and layout defined in agentme-edr-101. Activate this skill when the user asks to create, scaffold, or initialize a new JavaScript or TypeScript project, npm package, or similar project structure.

2026-07-09
003-create-golang-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Go (Golang) CLI or library project following the standard tooling and layout defined in agentme-edr-102. Activate this skill when the user asks to create, scaffold, or initialize a new Go project, CLI binary, or Go module.

2026-07-09
004-select-relevant-xdrs
Autres occupations informatiques

Analyzes a client repository, extracts the full agentme XDR set, and excludes the records that do not fit the project's structure and workflow needs. Activate this skill when the user asks to choose relevant agentme XDRs automatically, install the right XDR set for an existing project, or bootstrap agentme guidance into a repository without manually deciding which records to keep.

2026-07-09
005-create-python-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Python project following the standard tooling and layout defined in agentme-edr-103. Activate this skill when the user asks to create, scaffold, or initialize a new Python package, CLI, or similar project structure.

2026-07-09
002-monorepo-setup
Développeurs de logiciels

Step-by-step instructions for setting up and scaffolding a new monorepo following the standard layout, naming conventions, Makefiles, Mise tooling, and README requirements defined in agentme-edr-301. Activate this skill when the user asks to create, initialize, or set up a monorepo, add a new application or module to an existing monorepo, or verify that a monorepo complies with the standard structure.

2026-07-09
001-review
Analystes en assurance qualité des logiciels et testeurs

Reviews code changes, xdrs docs or any other files against applicable Policies and reports violations as structured findings. Activate this skill when the user asks to review, lint, audit, check, verify, validate, or assess any files or Policies, or when checking whether a document or implementation is consistent with, compliant with, or conforms to a standard or Policy. Also activate when you identify a need to check compliance with Policies during implementation.

2026-07-09
002-write-policy
Développeurs de logiciels

Creates a new Policy interactively: selects type, scope, subject, and writes a focused, conflict-checked policy document. Activate this skill when the user asks to create, add, or write a new Policy (ADR, BDR, or EDR).

2026-07-09
003-write-skill
Développeurs de logiciels

Creates a new skill package following XDRS skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-07-09
Affichage des 8 principaux skills collectés sur 13 dans ce dépôt.
agentme-edr-skill-005-create-python-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Python project following the standard tooling and layout defined in agentme-edr-014. Activate this skill when the user asks to create, scaffold, or initialize a new Python package, CLI, or similar project structure.

2026-05-28
core-adr-skill-002-write-policy
Spécialistes en gestion de projets

Creates a new Policy interactively: selects type, scope, subject, and writes a focused, conflict-checked policy document. Activate this skill when the user asks to create, add, or write a new Policy (ADR, BDR, or EDR).

2026-05-28
core-adr-skill-003-write-skill
Spécialistes en gestion de projets

Creates a new skill package following XDRS skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-05-28
core-adr-skill-004-write-article
Spécialistes en gestion de projets

Creates a new article document following XDRS article standards: selects scope, type, subject, and number; then writes a focused synthetic text that combines and links multiple Policies, Research documents, and Skills around a topic. Activate this skill when the user asks to create, add, or write a new article, guide, or overview document within an XDRS project.

2026-05-28
core-adr-skill-005-write-research
Spécialistes en gestion de projets

Creates a new research document following XDRS research standards: selects scope, type, subject, and number; then writes an IMRAD-based study with enough evidence and method detail to stand on its own as a technical paper. Activate this skill when the user asks to create, add, or write a research document that backs a decision.

2026-05-28
core-adr-skill-006-write-plan
Spécialistes en gestion de projets

Creates a new plan document following XDRS plan standards: selects scope, type, subject, and number; then writes a focused execution plan with problem context, proposed solution, approach, milestones, and deliverables. Activate this skill when the user asks to create, add, or write a plan, project plan, or execution plan within an XDRS project.

2026-05-28
agentme-edr-skill-001-create-javascript-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a JavaScript/TypeScript project following the standard tooling and layout defined in agentme-edr-003. Activate this skill when the user asks to create, scaffold, or initialize a new JavaScript or TypeScript project, npm package, or similar project structure.

2026-05-28
agentme-edr-skill-003-create-golang-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Go (Golang) CLI or library project following the standard tooling and layout defined in agentme-edr-010. Activate this skill when the user asks to create, scaffold, or initialize a new Go project, CLI binary, or Go module.

2026-05-28
Affichage des 8 principaux skills collectés sur 13 dans ce dépôt.
001-create-javascript-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a JavaScript/TypeScript library project following the standard tooling and layout defined in agentme-edr-003. Activate this skill when the user asks to create, scaffold, or initialize a new JavaScript or TypeScript library project, npm package, or similar project structure.

2026-05-06
003-create-golang-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Go (Golang) CLI or library project following the standard tooling and layout defined in agentme-edr-010. Activate this skill when the user asks to create, scaffold, or initialize a new Go project, CLI binary, or Go module.

2026-05-06
004-select-relevant-xdrs
Autres occupations informatiques

Analyzes a client repository, extracts the full agentme XDR set, and excludes the records that do not fit the project's structure and workflow needs. Activate this skill when the user asks to choose relevant agentme XDRs automatically, install the right XDR set for an existing project, or bootstrap agentme guidance into a repository without manually deciding which records to keep.

2026-05-06
005-create-python-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Python library or CLI project following the standard tooling and layout defined in agentme-edr-014. Activate this skill when the user asks to create, scaffold, or initialize a new Python package, CLI, library, or similar project structure.

2026-05-06
002-monorepo-setup
Développeurs de logiciels

Step-by-step instructions for setting up and scaffolding a new monorepo following the standard layout, naming conventions, Makefiles, Mise tooling, and README requirements defined in agentme-edr-005. Activate this skill when the user asks to create, initialize, or set up a monorepo, add a new application or module to an existing monorepo, or verify that a monorepo complies with the standard structure.

2026-05-06
001-lint
Analystes en assurance qualité des logiciels et testeurs

Reviews code changes or files against applicable XDRs (Decision Records) and reports violations as structured findings. Activate this skill when the user asks to review, lint, or audit code, or when you identify a need to check compliance with XDRs during implementation.

2026-05-06
002-write-xdr
Développeurs de logiciels

Creates a new XDR (Decision Record) interactively: selects type, scope, subject, and writes a focused, conflict-checked decision document. Activate this skill when the user asks to create, add, or write a new XDR, ADR, BDR, or EDR.

2026-05-06
003-write-skill
Développeurs de logiciels

Creates a new skill package following XDR skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-05-06
Affichage des 8 principaux skills collectés sur 11 dans ce dépôt.
001-create-javascript-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a JavaScript/TypeScript project following the standard tooling and layout defined in agentme-edr-003. Activate this skill when the user asks to create, scaffold, or initialize a new JavaScript or TypeScript project, npm package, or similar project structure.

2026-06-18
003-create-golang-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Go (Golang) CLI or library project following the standard tooling and layout defined in agentme-edr-010. Activate this skill when the user asks to create, scaffold, or initialize a new Go project, CLI binary, or Go module.

2026-06-18
004-select-relevant-xdrs
Développeurs de logiciels

Analyzes a client repository, extracts the full agentme XDR set, and excludes the records that do not fit the project's structure and workflow needs. Activate this skill when the user asks to choose relevant agentme XDRs automatically, install the right XDR set for an existing project, or bootstrap agentme guidance into a repository without manually deciding which records to keep.

2026-06-18
005-create-python-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Python project following the standard tooling and layout defined in agentme-edr-014. Activate this skill when the user asks to create, scaffold, or initialize a new Python package, CLI, or similar project structure.

2026-06-18
001-review
Analystes en assurance qualité des logiciels et testeurs

Reviews code changes, xdrs docs or any other files against applicable Policies and reports violations as structured findings. Activate this skill when the user asks to review, lint, audit, check, verify, validate, or assess any files or Policies, or when checking whether a document or implementation is consistent with, compliant with, or conforms to a standard or Policy. Also activate when you identify a need to check compliance with Policies during implementation.

2026-06-18
002-write-policy
Développeurs de logiciels

Creates a new Policy interactively: selects type, scope, subject, and writes a focused, conflict-checked policy document. Activate this skill when the user asks to create, add, or write a new Policy (ADR, BDR, or EDR).

2026-06-18
003-write-skill
Autres occupations informatiques

Creates a new skill package following XDRS skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-06-18
004-write-article
Développeurs de logiciels

Creates a new article document following XDRS article standards: selects scope, type, subject, and number; then writes a focused synthetic text that combines and links multiple Policies, Research documents, and Skills around a topic. Activate this skill when the user asks to create, add, or write a new article, guide, or overview document within an XDRS project.

2026-06-18
Affichage des 8 principaux skills collectés sur 10 dans ce dépôt.
001-lint
Développeurs de logiciels

Reviews code changes or files against applicable XDRs (Decision Records) and reports violations as structured findings. Activate this skill when the user asks to review, lint, or audit code, or when you identify a need to check compliance with XDRs during implementation.

2026-04-21
002-write-xdr
Spécialistes en gestion de projets

Creates a new XDR (Decision Record) interactively: selects type, scope, subject, and writes a focused, conflict-checked decision document. Activate this skill when the user asks to create, add, or write a new XDR, ADR, BDR, or EDR.

2026-04-21
003-write-skill
Spécialistes en formation et développement

Creates a new skill package following XDR skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-04-21
004-write-article
Analystes en gestion

Creates a new article document following XDR article standards: selects scope, type, subject, and number; then writes a focused synthetic text that combines and links multiple XDRs, Research documents, and Skills around a topic. Activate this skill when the user asks to create, add, or write a new article, guide, or overview document within an XDR project.

2026-04-21
005-write-research
Analystes en gestion

Creates a new research document following XDR research standards: selects scope, type, subject, and number; then writes an IMRAD-based study with enough evidence and method detail to stand on its own as a technical paper. Activate this skill when the user asks to create, add, or write a research document that backs a decision.

2026-04-21
001-create-javascript-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a JavaScript/TypeScript library project following the standard tooling and layout defined in _core-edr-003. Activate this skill when the user asks to create, scaffold, or initialize a new JavaScript or TypeScript library project, npm package, or similar project structure.

2026-04-12
003-create-golang-project
Développeurs de logiciels

Scaffolds the initial boilerplate structure for a Go (Golang) CLI or library project following the standard tooling and layout defined in agentme-edr-010. Activate this skill when the user asks to create, scaffold, or initialize a new Go project, CLI binary, or Go module.

2026-04-12
002-monorepo-setup
Développeurs de logiciels

Step-by-step instructions for setting up and scaffolding a new monorepo following the standard layout, naming conventions, Makefiles, Mise tooling, and README requirements defined in agentme-edr-005. Activate this skill when the user asks to create, initialize, or set up a monorepo, add a new application or module to an existing monorepo, or verify that a monorepo complies with the standard structure.

2026-04-12
002-write-xdr
Spécialistes en gestion de projets

Creates a new XDR (Decision Record) interactively: selects type, scope, subject, and writes a focused, conflict-checked decision document. Activate this skill when the user asks to create, add, or write a new XDR, ADR, BDR, or EDR.

2026-04-21
001-lint
Développeurs de logiciels

Reviews code changes or files against applicable XDRs (Decision Records) and reports violations as structured findings. Activate this skill when the user asks to review, lint, or audit code, or when you identify a need to check compliance with XDRs during implementation.

2026-04-18
003-write-skill
Spécialistes en formation et développement

Creates a new skill package following XDR skill standards: determines type, scope, subject, and number; then writes a focused SKILL.md with correct frontmatter, phased instructions, examples, and edge cases. Activate this skill when the user asks to create, add, or write a new skill, agent skill, or SKILL.md file.

2026-04-18
004-write-article
Analystes en gestion

Creates a new article document following XDR article standards: selects scope, type, subject, and number; then writes a focused synthetic text that combines and links multiple XDRs, Research documents, and Skills around a topic. Activate this skill when the user asks to create, add, or write a new article, guide, or overview document within an XDR project.

2026-04-18
005-write-research
Analystes en gestion

Creates a new research document following XDR research standards: selects scope, type, subject, and number; then writes an IMRAD-based study with enough evidence and method detail to stand on its own as a technical paper. Activate this skill when the user asks to create, add, or write a research document that backs a decision.

2026-04-18
006-write-plan
Spécialistes en gestion de projets

Creates a new plan document following XDR plan standards: selects scope, type, subject, and number; then writes a focused execution plan with problem context, proposed solution, approach, milestones, and deliverables. Activate this skill when the user asks to create, add, or write a plan, project plan, or execution plan within an XDR project.

2026-04-18
8 dépôts affichés sur 8
Tous les dépôts sont affichés