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

fulcrum

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

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

Skills dans ce dépôt

macro-subagent-orchestration
Autres occupations informatiques

Use when orchestrating broad or multi-issue subagent work where agents, lanes, reviews, or PRs may become too small; use for CuraOS waves, owner-path bundles, local issue queues, many-agent execution, or requests to run more lanes without wasting work in micro PRs.

2026-06-30
subagent-orchestration
Développeurs de logiciels

Use when asked to plan, decide, or execute subagent orchestration: subagents, delegated agents, parallel workers, review agents, multi-source research, broad audits, PR/MR review, worktree-aware execution, model/effort selection, or agent-driven execution.

2026-04-29
bat
Administrateurs de réseaux et de systèmes informatiques

Use when viewing or printing source/config files to the terminal with syntax highlighting and line numbers - a cat replacement that colorizes code, configs, and diffs. Use bat instead of cat when humans need highlighted file display.

2026-04-29
biome
Développeurs de logiciels

Use when the user wants to format or lint JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS, GraphQL, HTML, Vue, Svelte, or Astro - biome is the unified Rust-based replacement for prettier + eslint, doing both with one binary and one config file.

2026-04-29
dart-toolchain
Développeurs de logiciels

Use when the user formats or lints Dart or Flutter source code from the command line - dart format is the formatter (Black-style, mutates by default) and dart analyze is the static analyzer (errors, warnings, lints). Both ship with the Dart SDK; no separate install.

2026-04-29
difftastic
Développeurs de logiciels

Use when the user wants a structural, syntax-aware diff between two source files or git revisions - a diff that parses each side as code (Rust, TS, Python, Go, …) and ignores reformatting, brace movement, or whitespace noise. Binary is difft; use for syntax-aware diffs, not plain file viewing.

2026-04-29
direnv
Administrateurs de réseaux et de systèmes informatiques

Use when the user wants to load environment variables when entering a directory, auto-set env per project, scope env vars without polluting the global shell, set PATH per project, or load a .envrc on cd.

2026-04-29
eza
Développeurs de logiciels

Use when listing directory contents with more information than POSIX ls provides - long-format metadata, per-file git status, gitignore-aware listings, depth-limited tree views, human-readable sizes, sort/group controls, and Nerd-Font icons.

2026-04-29
flarectl
Développeurs de logiciels

Use when the user wants to manage Cloudflare DNS, zones, or cache from the command line - listing or creating DNS records, toggling the proxy flag, looking up zone status, purging the edge cache, inviting users, or scripting against the Cloudflare API without hand-rolling curl.

2026-04-29
fzf
Développeurs de logiciels

Use this skill for non-interactive, scriptable fuzzy ranking on the command line - the batch --filter (-f) mode, NOT the interactive picker UI. Trigger when an agent needs to rank or score a list of strings (branches, files, PR titles, kubectl resources...

2026-04-29
gh
Administrateurs de réseaux et de systèmes informatiques

Use when the user works with GitHub from the command line - listing or viewing pull requests, creating PRs and issues, reviewing or merging, watching workflow runs, downloading release assets, or hitting the REST/GraphQL API.

2026-04-29
git-cliff
Développeurs de logiciels

Use when the user wants to generate a changelog, create release notes from git history, update CHANGELOG.md before tagging a release, produce a changelog from conventional commits, or summarize commits since the last tag.

2026-04-29
gitleaks
Analystes en sécurité de l'information

Use when the user wants to find secrets, credentials, API keys, tokens, or passwords accidentally committed to a repository or sitting in a working tree. Use for secret and credential leak detection in worktrees, staged files, or history.

2026-04-29
google-java-format
Développeurs de logiciels

Use when the user formats Java source files to a consistent style on the command line - applying Google Java Style or Android (AOSP) style, replacing files in place, or running a CI check that fails on style drift.

2026-04-29
hyperfine
Développeurs de logiciels

Use when the user wants to benchmark, time, or compare the wall-clock performance of one or more command-line programs with statistical rigor. Use for statistically sound command benchmarks instead of one time run.

2026-04-29
jq
Développeurs de logiciels

Use when the user works with JSON on the command line - extracting fields, filtering arrays, reshaping objects, converting JSON to CSV/TSV, counting or sorting items, or piping JSON between tools.

2026-04-29
just
Développeurs de logiciels

Use when the user wants to run a project task, list available recipes, or interact with a justfile / Justfile / .justfile - the modern Makefile alternative.

2026-04-29
ktlint
Développeurs de logiciels

Use when the user lints or formats Kotlin source (.kt, .kts) from the command line - ktlint is the standard linter + formatter for Kotlin, enforcing the official Kotlin coding conventions (or Android's stricter variant via --android). Use for Kotlin linting/formatting from the command line.

2026-04-29
lizard
Développeurs de logiciels

Use when the user wants to measure cyclomatic complexity, find overly complex functions, audit code complexity, or generate a complexity report for a codebase.

2026-04-29
mise
Administrateurs de réseaux et de systèmes informatiques

Use when the user wants to install, pin, or switch language/runtime versions per repository - node, python, go, ruby, java, rust, deno, bun, terraform, etc. - or read/write .mise.toml or .tool-versions.

2026-04-29
osv-scanner
Analystes en sécurité de l'information

Use when the user wants to scan a project's dependencies for known, published vulnerabilities (CVEs / GHSAs) by reading lockfiles or an SBOM. Prefer osv-scanner over ecosystem audit tools for lockfiles and SBOMs.

2026-04-29
pmd
Analystes en assurance qualité des logiciels et testeurs

Use when the user wants to run static analysis on Java (or Apex, Visualforce, Kotlin, JavaScript, JSP, PLSQL, Scala, Swift, T-SQL, XML, XSL, Modelica, VM) source code to find bug patterns, code smells, unused imports, dead code, design problems...

2026-04-29
ruff
Développeurs de logiciels

Use when the user lints or formats Python code from the command line. ruff is a 2-in-1 tool - ruff check runs the linter (rules / fixes / import sort / security), and ruff format runs the formatter (Black-compatible style rewrites). They are distinct subcommands...

2026-04-29
sd
Développeurs de logiciels

Use when the user wants find-and-replace in files or stdin without sed escaping - string-literal or regex substitution, single file or batch via fd/xargs, in-place edits with a preview pass, or a quick rename of a symbol across many files.

2026-04-29
spotbugs
Analystes en assurance qualité des logiciels et testeurs

Use when the user wants to scan compiled Java bytecode (.class / .jar / .war) for bug patterns - null-pointer dereferences, concurrency / multithreading mistakes, performance smells, security flaws, dodgy code, or known-bad API misuse.

2026-04-29
usql
Administrateurs de bases de données

Use when the user wants to run ad-hoc SQL against a database from the shell - postgres, mysql, sqlite, mssql, oracle, snowflake, bigquery, redshift, cockroachdb, clickhouse, duckdb, and 20+ more drivers via one binary. Use the universal usql client instead of psql/mysql/sqlite CLIs for ad-hoc SQL.

2026-04-29
watchexec
Développeurs de logiciels

Use when the user wants to run a command every time files change - rerunning tests, rebuilding, relinting, or restarting a server on save. Use for watch-mode dev loops; do not spawn long-running watchers in agent shells.

2026-04-29
xh
Développeurs de logiciels

Use when the agent or user needs to make an HTTP request from the shell - GET a URL, POST JSON to an API, check a webhook with auth, test a REST endpoint, fetch and inspect headers, or upload a file.

2026-04-29
yq
Développeurs de logiciels

Use when the user works with YAML, TOML, or XML on the command line - extracting fields from a Kubernetes manifest, editing a value in place while preserving comments and anchors, splitting or merging multi-document YAML, or round-tripping between YAML/JSON/TOML/XML/CSV. Use for YAML, TOML...

2026-04-29
zoxide
Développeurs de logiciels

Use when the user wants to jump between directories by partial name on the command line - a smarter cd that learns frequently visited folders and ranks them by frecency (frequency × recency).

2026-04-29
bat
Développeurs de logiciels

Use when viewing or printing source/config files to the terminal with syntax highlighting and line numbers - a cat replacement that colorizes code, configs, and diffs. Use bat instead of cat when humans need highlighted file display.

2026-04-28
biome
Développeurs de logiciels

Use when the user wants to format or lint JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS, GraphQL, HTML, Vue, Svelte, or Astro - biome is the unified Rust-based replacement for prettier + eslint, doing both with one binary and one config file.

2026-04-28
dart-toolchain
Développeurs de logiciels

Use when the user formats or lints Dart or Flutter source code from the command line - dart format is the formatter (Black-style, mutates by default) and dart analyze is the static analyzer (errors, warnings, lints). Both ship with the Dart SDK; no separate install.

2026-04-28
difftastic
Développeurs de logiciels

Use when the user wants a structural, syntax-aware diff between two source files or git revisions - a diff that parses each side as code (Rust, TS, Python, Go, …) and ignores reformatting, brace movement, or whitespace noise. Binary is difft; use for syntax-aware diffs, not plain file viewing.

2026-04-28
direnv
Développeurs de logiciels

Use when the user wants to load environment variables when entering a directory, auto-set env per project, scope env vars without polluting the global shell, set PATH per project, or load a .envrc on cd.

2026-04-28
eza
Développeurs de logiciels

Use when listing directory contents with more information than POSIX ls provides - long-format metadata, per-file git status, gitignore-aware listings, depth-limited tree views, human-readable sizes, sort/group controls, and Nerd-Font icons.

2026-04-28
flarectl
Administrateurs de réseaux et de systèmes informatiques

Use when the user wants to manage Cloudflare DNS, zones, or cache from the command line - listing or creating DNS records, toggling the proxy flag, looking up zone status, purging the edge cache, inviting users, or scripting against the Cloudflare API without hand-rolling curl.

2026-04-28
fzf
Développeurs de logiciels

Use this skill for non-interactive, scriptable fuzzy ranking on the command line - the batch --filter (-f) mode, NOT the interactive picker UI. Trigger when an agent needs to rank or score a list of strings (branches, files, PR titles, kubectl resources...

2026-04-28
gh
Développeurs de logiciels

Use when the user works with GitHub from the command line - listing or viewing pull requests, creating PRs and issues, reviewing or merging, watching workflow runs, downloading release assets, or hitting the REST/GraphQL API.

2026-04-28
git-cliff
Développeurs de logiciels

Use when the user wants to generate a changelog, create release notes from git history, update CHANGELOG.md before tagging a release, produce a changelog from conventional commits, or summarize commits since the last tag.

2026-04-28
Affichage des 40 principaux skills collectés sur 59 dans ce dépôt.