fulcrum
01Plugin Claude Code
Fulcrum marketplace — cross-agent foundation tooling and curated skills.
Plugin Claude Code
Fulcrum marketplace — cross-agent foundation tooling and curated skills.
Plugin Claude Code
Fulcrum-curated skills for Claude Code (jq, bat, gh, ripgrep-class CLI tools, security scanners, formatters).
Instructions file CodexOpenCode
Instructions for moabualruz/fulcrum, covering fulcrum - agents.md, what fulcrum is becoming, where we are right now (foundation), where we are going (placeholders, not implementations) and skill namespacing - the fulcrum: prefix.
Instructions file
Instructions for moabualruz/fulcrum, a project described as: Local-first Agent OS — project management, agent orchestration, docs, memory, and developer tooling. Runs on PGlite. SaaS-ready.
Instructions file Gemini CLI
Instructions for moabualruz/fulcrum, a project described as: Local-first Agent OS — project management, agent orchestration, docs, memory, and developer tooling. Runs on PGlite. SaaS-ready.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as markdown files in a session-chosen working directory on the user's local machine. They are NOT tracked in git. The orchestrator (or the user) names a working root and tells the agent; the conventions below describe the file shape independent of where the root happens to be.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
Every PRD-driven adoption slice runs in its own git worktree. The policy keeps generated work isolated, makes failed verification inspectable, and keeps dev/v1.0 as the only merge target.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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...
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when the user wants to run a project task, list available recipes, or interact with a justfile / Justfile / .justfile - the modern Makefile alternative.