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

.dotfiles

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

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

Skills dans ce dépôt

dev-review-code
Analystes en assurance qualité des logiciels et testeurs

Review code changes for correctness, security, and quality. Triggers: 'review this code', 'check my changes', 'code review', 'look for issues in'.

2026-07-10
dev-review-code
Analystes en assurance qualité des logiciels et testeurs

Review code changes for correctness, architecture, scope, and hygiene.

2026-07-10
dev-design-feature
Développeurs de logiciels

Design an implementation plan for a feature, fix, or refactor. Outputs a structured plan to docs/plans/. Triggers: 'plan this feature', 'design the implementation', 'how should we approach'.

2026-07-03
dev-design-system
Développeurs de logiciels

Design system-level architecture and cross-cutting patterns. Outputs to docs/architecture/. Triggers: 'design the system', 'architecture decision', 'cross-cutting concern', 'high-level design'.

2026-07-03
dev-review-feature
Développeurs de logiciels

Review a feature plan for completeness, correctness, and edge cases. Triggers: 'review this plan', 'check the design doc', 'is this spec solid', 'critique the approach'.

2026-07-03
dev-review-system
Développeurs de logiciels

Review system architecture for soundness, scalability, and trade-offs. Triggers: 'review the architecture', 'audit the system design', 'is this design sound', 'critique the architecture'.

2026-07-03
dev-design-feature
Développeurs de logiciels

Create and approve a feature/fix/refactor plan before implementation.

2026-07-03
dev-review-feature
Développeurs de logiciels

Review and tighten an existing plan before execution.

2026-07-03
dev-create-issue
Développeurs de logiciels

Create a well-structured GitHub issue from a title or brief description. Triggers: 'create an issue for', 'open a ticket', 'log a bug report'.

2026-07-02
dev-create-pr
Développeurs de logiciels

Create a draft or ready-to-review GitHub pull request for current branch changes. Triggers: 'create a PR', 'open a pull request', 'submit for review'. Pass 'ready' to mark as ready for review.

2026-07-02
dev-design-infra
Administrateurs de réseaux et de systèmes informatiques

Design infrastructure changes (Terraform, Kubernetes) with config and runbook. Outputs to docs/plans/. Triggers: 'plan the infra', 'design the deployment', 'how should we configure'.

2026-07-02
dev-execute-feature
Développeurs de logiciels

Implement a feature following TDD RED→GREEN→BLUE from a design plan. Triggers: 'implement this feature', 'execute the plan', 'build it'.

2026-07-02
dev-execute-infra
Administrateurs de réseaux et de systèmes informatiques

Write infrastructure config (Terraform, k8s manifests) and a runbook without applying changes. Triggers: 'write the terraform', 'generate the k8s config', 'create the runbook'.

2026-07-02
dev-explore
Développeurs de logiciels

Map entry points, data flow, and code patterns for a given target. Triggers: 'explore this codebase', 'how does X work', 'map the flow of', 'trace the path through'.

2026-07-02
dev-fix-bug
Développeurs de logiciels

Diagnose a bug from a symptom description and apply a minimal targeted fix. Triggers: 'fix this bug', 'something is broken', 'why is X failing', 'there's a regression'.

2026-07-02
dev-recap
Développeurs de logiciels

Extract patterns and decisions from the current session into project config/docs. Triggers: 'recap this session', 'capture what we learned', 'update project docs with findings'.

2026-07-02
dev-ship-feature
Développeurs de logiciels

Run the full feature cycle: explore → plan → execute → review-code → recap → PR. Triggers: 'ship this feature', 'end-to-end implementation', 'do the whole thing'. Resume a phase with: /dev:ship-feature <name> from <phase>.

2026-07-02
dev-simplify-code
Développeurs de logiciels

Simplify code by reducing complexity and duplication without changing behavior. Triggers: 'simplify this', 'clean up the code', 'reduce complexity', 'refactor for clarity'.

2026-07-02
dev-write-rca
Développeurs de logiciels

Write RCA/incident report from issues and PRs

2026-07-02
gke-pod-restarts
Administrateurs de réseaux et de systèmes informatiques

Use this skill to investigate GKE incidents involving pod restart cascades, 503/504 errors, service unavailability, or CrashLoopBackOff. Triggers: 'pods keep restarting', '503/504 errors', 'service is down', 'crash loop', 'what caused the incident at <time>'. Inputs required: GCP project, cluster name+region, namespace, service/deployment names, approximate incident time + timezone. All commands are read-only. Never mutate cluster state.

2026-07-02
gke-pod-restarts
Administrateurs de réseaux et de systèmes informatiques

Use this skill to investigate GKE incidents involving pod restart cascades, 503/504 errors, service unavailability, or CrashLoopBackOff. Triggers: 'pods keep restarting', '503/504 errors', 'service is down', 'crash loop', 'what caused the incident at <time>'. Inputs required: GCP project, cluster name+region, namespace, service/deployment names, approximate incident time + timezone. All commands are read-only. Never mutate cluster state.

2026-06-28
dev-create-issue
Développeurs de logiciels

Create a standalone GitHub issue. Use design-feature for plan-linked issues.

2026-06-19
dev-create-pr
Développeurs de logiciels

Create a pull request from an implemented or reviewed plan.

2026-06-19
dev-design-infra
Administrateurs de réseaux et de systèmes informatiques

Create and approve an infrastructure change plan with preflight, verification, and rollback.

2026-06-19
dev-design-system
Développeurs de logiciels

Create and approve an architecture design for cross-cutting system changes.

2026-06-19
dev-execute-feature
Développeurs de logiciels

Execute an approved plan with strict TDD sequencing and scope control.

2026-06-19
dev-execute-infra
Administrateurs de réseaux et de systèmes informatiques

Write infrastructure config and generate a manual execution runbook without applying changes.

2026-06-19
dev-explore
Développeurs de logiciels

Explore a codebase area and report entry points, flow, patterns, and gotchas.

2026-06-19
dev-fix-bug
Développeurs de logiciels

Diagnose root cause and apply a minimal, verified bug fix.

2026-06-19
dev-recap
Développeurs de logiciels

Capture reusable insights and archive session outcomes after implementation.

2026-06-19
dev-review-system
Développeurs de logiciels

Review architecture designs for correctness, trade-offs, migration safety, and decomposition.

2026-06-19
dev-ship-feature
Développeurs de logiciels

Run the end-to-end dev cycle: explore, plan, execute, review, recap, and PR.

2026-06-19
dev-simplify-code
Développeurs de logiciels

Simplify code without changing behavior.

2026-06-19
dev-write-rca
Développeurs de logiciels

Write RCA/incident report from issues and PRs

2026-06-19