Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

repo2skill

يحتوي repo2skill على 48 من skills المجمعة من dhanesh، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
48
Stars
0
محدث
2026-05-22
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

repo2skill
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
fp-asset-sha-skill
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
b64-padding-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
clean-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
compound-key-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
denylist-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
entropy-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
env-upper-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
github-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
google-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
hex64-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
ignore-annotation
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
ignore-without-annotation
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
jwt-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
pem-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
prose-secret-handling
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
stripe-leak-skill
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
skill-lowercase-residual
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
dashboards
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
concrete-no-params
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
bijection-orphan
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
bijection-placeholder-named
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
bijection-undoc
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
dangling-ref
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-22
desc-empty
محللو ضمان جودة البرمجيات والمختبرون

---

2026-05-22
desc-toolong
محللو ضمان جودة البرمجيات والمختبرون

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

2026-05-22
عرض أهم 40 من أصل 48 skills مجمعة في هذا المستودع.