Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

fulcrum

يحتوي fulcrum على 59 من skills المجمعة من moabualruz، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
59
Stars
2
محدث
2026-06-30
Forks
0
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

macro-subagent-orchestration
المهن الحاسوبية الأخرى

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
محللو أمن المعلومات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
محللو أمن المعلومات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مديرو قواعد البيانات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
عرض أهم 40 من أصل 59 skills مجمعة في هذا المستودع.