Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

repo2skill

repo2skill contient 48 skills collectées depuis dhanesh, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
48
Stars
0
mis à jour
2026-05-22
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

repo2skill
Développeurs de logiciels

Extracts a reusable code pattern from the current repo and authors a portable, validated Agent Skill. Use when you want to capture a logging setup, CI/CD pipeline, observability stack, async messaging pattern, frontend component library, feature-flag middleware, or any other repeatable engineering pattern so it can be replayed across other repos. Produces: a standard-conformant SKILL.md, parameterized code templates in assets/templates/, a PARAMETERS.md documenting every placeholder, then runs validate-skill.sh, scan-leaks.sh, and dry-run-replay.sh as a tiered quality gate. Output is ready to publish via references/publishing.md.

2026-05-22
placeholder-in-desc
Analystes en assurance qualité des logiciels et testeurs

Regression fixture for dry-run-replay header-skip drift.

2026-05-22
fp-asset-sha-skill
Analystes en assurance qualité des logiciels et testeurs

A clean skill containing a git commit SHA, a UUID, and an embedded base64 image asset — none of which are secrets and none must trip the scanner.

2026-05-22
sample-logging
Développeurs de logiciels

Sets up structured logging for a service using a configurable log level and service name. Produces a logger.config file ready for ingestion by your logging pipeline. Works with any service that reads configuration from a flat config file.

2026-05-22
aws-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains an AWS access key — should be caught by the scanner.

2026-05-22
b64-padding-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill containing bare base64 secrets ending in equals-sign padding, which must not evade the entropy detector.

2026-05-22
clean-skill
Analystes en assurance qualité des logiciels et testeurs

A clean skill with no secrets or sensitive identifiers. Uses only normal configuration values and parameterized placeholders.

2026-05-22
compound-key-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill with compound credential keys like SECRET_KEY and CLIENT_SECRET that must be matched by the generic-credential detector.

2026-05-22
connstring-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill with connection strings carrying embedded credentials, which must be caught and have the credential redacted.

2026-05-22
denylist-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that contains a source-repo service name that should have been parameterized.

2026-05-22
entropy-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill with a high-entropy random base64 credential embedded — should be caught by entropy heuristic.

2026-05-22
env-upper-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill bundling a .env file with uppercase secret keys that must be caught case-insensitively.

2026-05-22
github-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a GitHub personal access token — should be caught by the scanner.

2026-05-22
google-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a Google API key — should be caught by the scanner.

2026-05-22
hex64-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a 64-character hex encryption key — should be caught by the hex detector.

2026-05-22
ignore-annotation
Analystes en assurance qualité des logiciels et testeurs

Fixture for scan-leaks:ignore annotation test — secret annotated with scan-leaks:ignore must be suppressed.

2026-05-22
ignore-without-annotation
Analystes en assurance qualité des logiciels et testeurs

Fixture for scan-leaks:ignore annotation test — same secret WITHOUT annotation must be caught.

2026-05-22
jwt-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a JWT token — should be caught by the scanner.

2026-05-22
pem-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a private key PEM block — should be caught by the scanner.

2026-05-22
prose-secret-handling
Analystes en assurance qualité des logiciels et testeurs

A skill whose prose describes secret handling without bundling any real credential. Use when documenting how secrets flow through a service.

2026-05-22
real-credential-leak
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally bundles a real credential assignment. Use as a regression fixture to confirm the prose guard does not over-suppress real secrets.

2026-05-22
secret-with-asset-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill where a real high-entropy secret shares a line with an allowlisted asset reference, which must not suppress detection.

2026-05-22
slack-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a Slack bot token — should be caught by the scanner.

2026-05-22
stripe-leak-skill
Analystes en assurance qualité des logiciels et testeurs

A skill that accidentally contains a Stripe live secret key — should be caught by the scanner.

2026-05-22
skill-lowercase-residual
Analystes en assurance qualité des logiciels et testeurs

Fixture skill whose template contains a non-uppercase placeholder ({{lower_token}}) with no matching PARAMETERS.md row. Used to verify the residual-token check is independent of inner-content casing (RT-1).

2026-05-22
skill-missing-example
Analystes en assurance qualité des logiciels et testeurs

Fixture skill with a placeholder in the template that has no Example value in PARAMETERS.md. Used to test residual-token detection.

2026-05-22
skill-orphan-param
Analystes en assurance qualité des logiciels et testeurs

Fixture skill with a placeholder in PARAMETERS.md that never appears in any template. Used to test orphan parameter detection.

2026-05-22
dashboards
Développeurs de logiciels

Creates a pre-built monitoring dashboard wired to the standard metric names produced by the instrumentation skill. Use when you want a ready-to-use dashboard for a service that has already been instrumented with the instrumentation skill.

2026-05-22
instrumentation
Développeurs de logiciels

Adds structured metric collection stubs to a service, exporting counters and histograms under a consistent naming scheme. Use when you want to instrument a service with metrics that follow a standard naming convention so they can be consumed by a shared dashboard.

2026-05-22
observability-stack
Développeurs de logiciels

Sets up a full observability stack with instrumentation and dashboards for a service. Use when you want to add structured metrics collection and a pre-built dashboard to a new service so it is observable from day one.

2026-05-22
valid-skill
Analystes en assurance qualité des logiciels et testeurs

A minimal but fully valid skill used as the happy-path fixture for validate-skill tests.

2026-05-22
concrete-no-params
Analystes en assurance qualité des logiciels et testeurs

Skill with a concrete template file containing placeholders but no PARAMETERS.md. Use when testing that concrete templates with missing PARAMETERS.md still fail bijection.

2026-05-22
bijection-ok
Analystes en assurance qualité des logiciels et testeurs

Skill with perfectly matched template placeholders and PARAMETERS.md entries.

2026-05-22
bijection-orphan
Analystes en assurance qualité des logiciels et testeurs

Skill with a PARAMETERS.md placeholder that never appears in any template.

2026-05-22
bijection-placeholder-named
Analystes en assurance qualité des logiciels et testeurs

Skill documenting a parameter whose name contains the substring Placeholder. A substring-based header skip would wrongly drop it and report it as undocumented.

2026-05-22
tmpl-only
Analystes en assurance qualité des logiciels et testeurs

Skill whose assets/templates/ contains only *.tmpl scaffolding files (uninstantiated). Use when testing bijection exclusion of .tmpl files.

2026-05-22
bijection-undoc
Analystes en assurance qualité des logiciels et testeurs

Skill with a template placeholder not documented in PARAMETERS.md.

2026-05-22
dangling-ref
Analystes en assurance qualité des logiciels et testeurs

This skill references a file in references/ that does not exist.

2026-05-22
desc-empty
Analystes en assurance qualité des logiciels et testeurs

---

2026-05-22
desc-toolong
Analystes en assurance qualité des logiciels et testeurs

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

2026-05-22
Affichage des 40 principaux skills collectés sur 48 dans ce dépôt.