Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
av
GitHub creator profile

av

Repository-level view of 46 collected skills across 7 GitHub repositories, including approximate occupation coverage.

skills collected
46
repositories
7
occupation fields
2
updated
2026-05-31
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
mi
15 skills · 2026-05-13
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes des systèmes informatiquesCommis de bureau générauxSecrétaires et assistants administratifs (sauf juridique, médical et direction)Spécialistes en gestion de projets
6 occupation categories · 100% classified
33%share
#02
skills
13 skills · 2026-05-19
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAdministrateurs de bases de donnéesAnalystes en études de marché et spécialistes en marketingDéveloppeurs web
8 occupation categories · 100% classified
28%share
#03
harbor
5 skills · 2026-05-03
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques
2 occupation categories · 100% classified
11%share
#04
facts
4 skills · 2026-05-18
Développeurs de logicielsSpécialistes en gestion de projets
2 occupation categories · 100% classified
8.7%share
#05
skilled
4 skills · 2026-05-16
Administrateurs de réseaux et de systèmes informatiquesAnalystes des systèmes informatiquesArchitectes de bases de donnéesDéveloppeurs de logiciels
4 occupation categories · 100% classified
8.7%share
#06
pace
3 skills · 2026-05-31
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
2 occupation categories · 67% classified
6.5%share
#07
remotion-bits
2 skills · 2026-03-10
Développeurs de logicielsDéveloppeurs web
2 occupation categories · 100% classified
4.3%share
repository explorer

Repositories and representative skills

#001
mi
15 skills638updated 2026-05-13
33% of creator
self
Développeurs de logiciels

Answer questions about how 'mi' works, write new tools, or modify the harness. Use for "how do you work", "write a tool", "add a tool", "create a tool", "extend yourself", "edit yourself", "what tools do you have", or any introspection/modification of the running agent.

2026-05-13
facts-discover
Analystes des systèmes informatiques

Scan the codebase and classify every fact by lifecycle stage — tag @draft, @spec, or @implemented based on what the code actually shows. Add missing facts, fix inaccurate ones, remove obsolete ones. Use when asked to discover facts, bootstrap or update a fact sheet, scan the codebase for truths, sync facts to match the code, or audit the fact sheet for accuracy.

2026-05-07
facts-implement
Développeurs de logiciels

Operate on @spec facts — implement them in code, then tag @implemented. Use when asked to implement facts, implement the spec, build from the fact sheet, make facts true, or work through unimplemented requirements.

2026-05-07
facts-refine
Analystes des systèmes informatiques

Operate on @draft facts — collaboratively refine them into precise, actionable @spec facts. Resolve ambiguities, fill gaps, eliminate contradictions, and sharpen labels until every fact is ready to implement. Use when asked to refine facts, clarify the spec, review facts for quality, or "work on facts" with the user.

2026-05-07
facts
Développeurs de logiciels

Manage .facts files — atomic, validatable truth statements about a project. Install, check, list, add, edit, remove, and lint facts via the CLI. ALWAYS read this skill when the user mentions facts in any capacity.

2026-05-07
new-skill
Développeurs de logiciels

Write a new SKILL.md to teach yourself a procedure for a recurring task. Use when asked to "write a skill", "create a skill", "add a skill", "remember how to X", "make a procedure for X", or when you notice a task pattern worth recalling in future sessions.

2026-04-27
explore
Développeurs de logiciels

Answer "how does X work", "where is X defined", or "trace through Y" questions about a codebase using parallel subagent searches with cited summaries.

2026-04-25
delegate
Développeurs de logiciels

Run parallel or isolated subagents for independent subtasks (research, parallel analysis, one-shot transforms) to avoid bloating the main context.

2026-04-24
Showing top 8 of 15 collected skills in this repository.
#002
skills
13 skills72updated 2026-05-19
28% of creator
sandcastle
Développeurs de logiciels

Orchestrate AI coding agents (Claude Code, Codex, OpenCode) in isolated sandboxes using the @ai-hero/sandcastle SDK. Use when the user needs to (1) run agents AFK in Docker/Podman containers, (2) build multi-agent pipelines with plan-execute-review patterns, (3) run parallel agents on separate worktrees, (4) create iterative agent loops with maxIterations, (5) extract structured output from agent runs, (6) set up sandcastle in a new or existing project, or (7) write prompt files with template args and shell expressions.

2026-05-19
superclaude
Développeurs de logiciels

Configure and operate the Claude Code harness for large codebases. Builds CLAUDE.md hierarchies, scoped test/lint commands, file exclusions, codebase maps, hooks, skills, subagent strategies, and LSP/MCP wiring. Use when setting up Claude Code for a new repo, auditing an existing configuration, onboarding a team, or scaling from single-developer to org-wide deployment. Triggers on "set up Claude Code for this repo", "optimize my Claude Code config", "audit my CLAUDE.md", "make this codebase navigable", "configure hooks/skills/plugins".

2026-05-19
discipline
Développeurs de logiciels

Bulletproof agent operating protocol. 15 failure-prevention rules distilled from 120+ real sessions and 10 agent definitions. Covers fabrication, constraint tracking, verification, scoping, retry discipline, and communication. Load before any task to prevent the most common agent failure modes.

2026-05-09
ideate
Analystes en études de marché et spécialistes en marketing

Timeboxed ideation on a topic using propose-and-critique subagent pairs. Use when the user wants to brainstorm, explore ideas, discover features, generate options, or think through possibilities for a specified duration. Triggers on requests like "brainstorm X for 30 minutes", "ideate on X", "spend an hour thinking about X", "what features should we build", "explore options for X".

2026-05-09
run-llms
Administrateurs de réseaux et de systèmes informatiques

Comprehensive guide for setting up and running local LLMs using Harbor. Use when user wants to run LLMs locally, set up or troubleshoot Ollama, Open WebUI, llama.cpp, vLLM, SearXNG, Open Terminal, or similar local AI services. Covers full setup from Docker prerequisites through running models, per-service configuration, VRAM optimization, GPU troubleshooting, web search integration, code execution, profiles, tunnels, and advanced features. Includes decision trees for autonomous agent workflows and step-by-step troubleshooting playbooks.

2026-04-03
turso-db
Administrateurs de bases de données

Install, configure, and work with Turso DB — an in-process SQLite-compatible relational database engine written in Rust. Use when the user needs to (1) install Turso DB, (2) create or query databases with the tursodb CLI shell, (3) use Turso from JavaScript/Node.js via @tursodatabase/database, (4) work with vector search or embeddings in Turso, (5) set up full-text search with FTS indexes, (6) configure transactions including MVCC concurrent transactions, (7) enable encryption at rest, or (8) use Change Data Capture (CDC) for audit logging.

2026-04-03
bugbash
Analystes en assurance qualité des logiciels et testeurs

Systematically explore and test any software project (CLI, API, Backend, Library, etc.) to find bugs, usability issues, and edge cases. Produces a structured report with full reproduction evidence (exact commands, inputs, logs, and tracebacks) for every issue.

2026-04-02
agent-integration-testing
Analystes en assurance qualité des logiciels et testeurs

Use when the user requests integration testing, feature validation, or test plan execution

2026-03-30
Showing top 8 of 13 collected skills in this repository.
#003
harbor
5 skills3.0k205updated 2026-05-03
11% of creator
release
Développeurs de logiciels

Perform Harbor release procedures — version bumping, codegen, committing, pushing, and drafting GitHub releases. Use this skill when the user wants to release a new version of Harbor, bump the version number, create a release on GitHub, run the release codegen pipeline, or anything related to shipping a new Harbor version. Triggers on phrases like "release Harbor", "bump version", "new release", "ship a new version", or "prepare a release".

2026-05-03
new-service
Développeurs de logiciels

Add a new service to Harbor — scaffold the compose config, environment variables, metadata, documentation, and cross-service integrations. Use this skill whenever the user wants to add a new service to Harbor, integrate a new tool/app/model server, create a compose configuration for a new project, or onboard any software into the Harbor ecosystem. Triggers on phrases like "add X to Harbor", "new service", "integrate Y", "onboard Z", "create a service for", or when the user provides a GitHub repo link and expects it to become a Harbor service. Even if the user just says a project name and implies they want it in Harbor, this skill applies.

2026-05-03
run-llms
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

Comprehensive guide for setting up and running local LLMs using Harbor. Use when user wants to run LLMs locally, set up or troubleshoot Ollama, Open WebUI, llama.cpp, vLLM, SearXNG, Open Terminal, or similar local AI services. Covers full setup from Docker prerequisites through running models, per-service configuration, VRAM optimization, GPU troubleshooting, web search integration, code execution, profiles, tunnels, and advanced features. Includes decision trees for autonomous agent workflows and step-by-step troubleshooting playbooks.

2026-04-07
new-boost-module
Développeurs de logiciels

Create new Harbor Boost modules — the Python plugins that run inside Harbor's LLM proxy. Use this skill whenever the user wants to build a Boost module, write a custom module for Harbor Boost, add a new feature to the Boost proxy pipeline, or create any kind of middleware that transforms, augments, or intercepts LLM chat completions in Harbor. Also triggers when the user mentions "boost module", "boost plugin", "custom module for boost", or wants to add prompt engineering, reasoning chains, or output transforms to Harbor's proxy layer.

2026-03-22
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-03-22
#004
facts
4 skills1787updated 2026-05-18
8.7% of creator
#005
skilled
4 skills412updated 2026-05-16
8.7% of creator
#006
pace
3 skills00updated 2026-05-31
6.5% of creator
#007
remotion-bits
2 skills35922updated 2026-03-10
4.3% of creator
7 sur 7 depots affiches
Tous les depots sont affiches