create_summary
by official
Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.
cmdforge install official/create_summary
Start typing to search...
Your Models. Your Workflows. Your Computer.
Build one useful command, connect it to another, and keep the result on your machine. CmdForge makes AI capabilities composable like Unix pipes—and callable from coding agents through MCP.
# Improvise once. Keep what becomes useful.
$ cat meeting.txt | cmdforge run-once \
"Extract decisions and owners from {input}"
# Reusable tomorrow—from your shell or your coding agent:
$ cat meeting.txt | meeting-decisions
Start with a command that solves one problem. Add contracts, composition, and sharing only when the work earns it.
Search local tools and the registry by what they do. For a new idea, forge a personal or project-owned tool from plain language.
Join prompts, Python, CmdForge tools, and MCP calls. Contracts, preflight, regression evidence, and quality coverage keep the result inspectable.
Run tools as ordinary commands, compose them in projects, publish immutable versions, or expose a deliberate allowlist to Codex and Claude Code over MCP.
From natural language query to working solution
# Natural language search:
$ cmdforge registry describe \
"analyze code for security issues"
Matching tools:
official/code-review
Reviews code for bugs, security, and style
rob/security-scan
Focused security vulnerability detection
Semantic search understands intent, not just keywords.
# Tools can call other tools:
steps:
- type: tool
tool: official/code-review
output_var: review
- type: tool
tool: rob/summarize
input: "{review}"
output_var: summary
# Use like any Unix command:
$ cat app.py | my-review-tool
Build complex solutions from simple, tested components.
Local models, coding CLIs, and OpenAI-compatible APIs—with explicit privacy, capability, fallback, and provenance controls.
by official
Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.
cmdforge install official/create_summary
by official
Build and validate single or multi-tool CmdForge pipelines from natural language descriptions, writing config.yaml and README globally or into a project's .cmdforge directory with proper step composition, contracts, and ToolStep wiring
cmdforge install official/forge-tool
by official
Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.
cmdforge install official/summarize
by official
Expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and...
cmdforge install official/analyze_prose
by official
Expert at knowledge management and note metadata. Given any text — a document, article, essay, book chapter, transcript, meeting notes, or rough draft — you generate clean, well-structured YAML...
cmdforge install official/generate_frontmatter
by official
Expert at identifying every commercially relevant entity in a video transcript — the products shown, tools used, plants grown, books referenced, services mentioned, and brands displayed. You think...
cmdforge install official/extract_video_commerce_entities
Install curated groups of tools with a single command
Step 2
Create a simple AI-powered command that you can use from your terminal.
Read MoreStep 3
Combine multiple steps and providers to build powerful automation.
Read MoreChoose which cookies you want to accept. Essential cookies cannot be disabled as they are required for the site to function.
Required for the website to function properly.
Help us understand how visitors use our site.
Used to show relevant ads and support the project.