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

softwaresalt

Vue par dépôt de 106 skills collectés dans 6 dépôts GitHub.

skills collectés
106
dépôts
6
mis à jour
2026-07-14
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
csv-managed
33 skills · 2026-05-21
Développeurs de logicielsSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationRédacteurs en chefRédacteurs techniques
6 catégories métier · 100% classifié
31%part
#02
backlogit
30 skills · 2026-07-14
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationScientifiques des données
6 catégories métier · 100% classifié
28%part
#03
agent-intercom
17 skills · 2026-06-28
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsAnalystes en sécurité de l'information
4 catégories métier · 100% classifié
16%part
#04
agent-engram
12 skills · 2026-05-11
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsAnalystes en sécurité de l'information
4 catégories métier · 100% classifié
11%part
#05
docline
8 skills · 2026-05-30
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
3 catégories métier · 100% classifié
7.5%part
#06
graphtor-docs
6 skills · 2026-07-09
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAnalystes en sécurité de l'information
3 catégories métier · 100% classifié
5.7%part
explorateur de dépôts

Dépôts et skills représentatifs

build-feature
Développeurs de logiciels

Usage: Build feature {spec-name} phase {phase-number}. Implements a single phase from the spec's task plan, iterating build-test cycles until the phase passes its constitution gate, then records memory, logs decisions, and commits.

2026-05-21
acquire-codebase-knowledge
Développeurs de logiciels

Use this skill when the user asks to map, document, or onboard into an existing codebase. Produces structured documentation covering stack, structure, architecture, conventions, integrations, testing, and concerns. Only documents what is verifiable from files or terminal output — never infers or assumes.

2026-05-21
brainstorming
Spécialistes en gestion de projets

Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design through collaborative dialogue before implementation.

2026-05-21
browser-automation
Développeurs de logiciels

Browser automation skill. Drives agent-browser through structured navigate→snapshot→interact→re-snapshot flows with authentication support, form automation, visual verification, and explicit human checkpoints for external flows.

2026-05-21
changelog-generator
Développeurs de logiciels

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.

2026-05-21
debugging
Développeurs de logiciels

Systematic root-cause debugging with verification. Use for errors, stack traces, broken tests, flaky tests, regressions, or anything not working as expected.

2026-05-21
document-review
Spécialistes en gestion de projets

Structural review of documents for gaps, clarity, completeness, and organization. Use when a brainstorm, plan, spec, ADR, or any doc needs polish before the next workflow step.

2026-05-21
harness-architect
Développeurs de logiciels

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-21
Affichage des 8 principaux skills collectés sur 33 dans ce dépôt.
spike
Développeurs de logiciels

Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage

2026-07-14
spike
Développeurs de logiciels

Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage

2026-07-13
build-feature
Développeurs de logiciels

Usage: Build feature {task-id} with harness {harness-cmd}. Implements a requested feature by continuously looping a fast worker agent against a strict, passing-import but failing test harness until success is achieved.

2026-07-13
compound-refresh
Développeurs de logiciels

Review and maintain institutional learnings in docs/compound/ so the compound library stays accurate, deduplicated, and evidence-backed

2026-07-13
plan-harden
Développeurs de logiciels

Risk-triggered plan reinforcement that deepens verification, rollback, and guardrail detail before plan review

2026-07-13
pr-lifecycle
Développeurs de logiciels

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

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

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-07-08
harvest
Spécialistes en gestion de projets

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-07-03
Affichage des 8 principaux skills collectés sur 30 dans ce dépôt.
browser-automation
Développeurs de logiciels

Browser automation skill. Drives agent-browser through structured navigate→snapshot→interact→re-snapshot flows with authentication support, form automation, visual verification, and explicit human checkpoints for external flows.

2026-06-28
iterative-experiment
Développeurs de logiciels

Autonomous iterative experimentation loop. Defines a measurable goal, establishes a baseline, then iterates modify→commit→measure→keep/revert until the goal is met or the budget is exhausted. Persists a TSV experiment log under the configured results directory.

2026-06-28
shipment-reconcile
Développeurs de logiciels

GI/GR reconciliation gate for shipment manifests — verifies every manifest item exists in queue (pre-mode) or archive (post-mode) with the expected status before or after backlogit_ship_shipment runs.

2026-06-28
harness-doctor
Développeurs de logiciels

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-06-28
security-audit
Analystes en sécurité de l'information

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-06-28
harness-architect
Analystes en assurance qualité des logiciels et testeurs

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-04-14
harvest
Spécialistes en gestion de projets

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-04-14
plan-review
Développeurs de logiciels

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-04-14
Affichage des 8 principaux skills collectés sur 17 dans ce dépôt.
harness-architect
Analystes en assurance qualité des logiciels et testeurs

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-11
review
Analystes en assurance qualité des logiciels et testeurs

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-05-11
harness-doctor
Analystes en assurance qualité des logiciels et testeurs

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-05-11
harvest
Spécialistes en gestion de projets

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-05-11
plan-review
Spécialistes en gestion de projets

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-05-11
security-audit
Analystes en sécurité de l'information

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-11
pr-lifecycle
Développeurs de logiciels

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

2026-04-26
compact-context
Développeurs de logiciels

Scan .copilot-tracking/ for stale or oversized tracking artifacts, produce compacted summaries, and archive originals. Use when tracking files accumulate beyond thresholds that degrade agent context quality.

2026-03-29
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
iterative-experiment
Développeurs de logiciels

Autonomous iterative experimentation loop. Defines a measurable goal, establishes a baseline, then iterates modify→commit→measure→keep/revert until the goal is met or the budget is exhausted. Persists a TSV experiment log under the configured results directory.

2026-05-30
harness-architect
Analystes en assurance qualité des logiciels et testeurs

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-30
harness-doctor
Analystes en assurance qualité des logiciels et testeurs

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-05-30
harvest
Développeurs de logiciels

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-05-30
plan-review
Développeurs de logiciels

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-05-30
review
Analystes en assurance qualité des logiciels et testeurs

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-05-30
security-audit
Analystes en sécurité de l'information

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-30
shipment-reconcile
Développeurs de logiciels

GI/GR reconciliation gate for shipment manifests — verifies every manifest item exists in queue (pre-mode) or archive (post-mode) with the expected status before or after backlogit_ship_shipment runs.

2026-05-30
harness-architect
Analystes en assurance qualité des logiciels et testeurs

Scaffolds compilable but failing test harnesses for feature and chore tasks

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

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-07-09
pr-lifecycle
Développeurs de logiciels

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

2026-07-09
shipment-reconcile
Développeurs de logiciels

GI/GR reconciliation gate for shipment manifests — verifies every manifest item exists in queue (pre-mode) or archive (post-mode) with the expected status, and closes shipments with the single-artifact safe-close procedure that archives ONLY manifest item IDs with a verify-after-each invariant + git-revert-on-cascade instead of the destructive cascade backlogit_ship_shipment.

2026-07-09
harness-doctor
Analystes en assurance qualité des logiciels et testeurs

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-07-09
security-audit
Analystes en sécurité de l'information

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-20
6 dépôts affichés sur 6
Tous les dépôts sont affichés