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

dotfiles

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

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

Skills dans ce dépôt

create-subagent
Autres occupations informatiques

Create or modify a Claude Code subagent — author a new agent .md with valid frontmatter at the user-chosen path, or make targeted edits to an existing one, then lint it. Use when the user says "create an agent", "create a subagent", "scaffold an agent", "new agent definition", "modify this agent", "edit the agent", "iterate on this subagent", "change the agent's routing".

2026-06-28
add-mcp-server
Développeurs de logiciels

Add an MCP server to the appropriate config (.mcp.json or ~/.claude.json). Handles transport, env vars, headers, OAuth, and scope selection. Use when the user says "add MCP server", "connect to <service>", "register MCP", "set up Linear/Slack/...".

2026-06-09
create-hook
Développeurs de logiciels

Add a Claude Code hook — scaffold the script and wire the event/matcher/command into settings.json correctly. Surfaces the exit-code contract. Use when the user says "add a hook", "create a hook", "fire X after Y", "block Z on edit".

2026-06-09
create-plugin
Développeurs de logiciels

Promote local .claude/ artifacts (skills, agents, hooks, MCP servers) into a proper plugin layout with .claude-plugin/plugin.json. Validates structure and runs 'claude plugin validate' if available. Use when the user says "make a plugin", "bundle into a plugin", "promote to plugin", "publish skill".

2026-06-09
doctor
Développeurs de logiciels

Read-only audit of the user's Claude Code configuration. Scans skills, agents, hooks, MCP servers, settings.json, and CLAUDE.md for documented gotchas, size warnings, deprecated patterns, and misconfigurations. Writes nothing. Use when the user says "audit my Claude Code config", "what's wrong with my setup", "doctor", "check my .claude/".

2026-06-09
mcp-builder
Rédacteurs techniques

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-06-09
modify-settings
Développeurs de logiciels

Make a guarded edit to settings.json — validate the schema, refuse managed-only keys at user/project scope, and show a diff before applying. Use when the user says "change settings.json", "set <key>", "update settings", "add permission rule", "allow X", "deny X", "stop allowing X", "move permission to user|project", or "set env var". Preferred over the built-in /update-config skill for any change where managed-key refusal, scope-silent-ignore detection, or programmatic lint matters. Hooks authoring goes to `create-hook`, not here.

2026-06-09
skill-creator
Développeurs de logiciels

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-06-09
debug-session
Développeurs de logiciels

Structured debugging session for a reported error or unexpected behavior. Use when given a traceback, error message, or symptom to investigate. Gathers context, forms hypotheses, and proposes a fix without making changes until confirmed.

2026-05-24
pr-summary
Analystes en assurance qualité des logiciels et testeurs

Summarize the current PR's diff and flag risks. Use when asked to review changes, summarize a PR, write a PR description, or check what changed.

2026-05-24
py-init
Développeurs de logiciels

Bootstrap a new Python project with uv: pyproject.toml, ruff config, .python-version, and optional src layout. Use when starting a new Python package or script project.

2026-05-24