From env-forge
Browse AWM-1K catalog of 1000 pre-built tool environments by category or keyword. Use when user says "browse environments", "search AWM catalog", "find a tool environment", "list environment categories", or wants to materialize a pre-built MCP backend.
How this skill is triggered — by the user, by Claude, or both
Slash command
/env-forge:browseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse and materialize pre-built tool environments from the AWM-1K catalog. 1000 environments across 28 domains, ready to launch with no generation needed.
Browse and materialize pre-built tool environments from the AWM-1K catalog. 1000 environments across 28 domains, ready to launch with no generation needed.
/env-forge:browse <category or keyword>
/env-forge:browse
Examples:
/env-forge:browse e-commerce -- search for e-commerce environments/env-forge:browse Healthcare/Medical -- browse a specific category/env-forge:browse booking hotel -- keyword search/env-forge:browse -- list all categoriesIf the user provides a keyword or category, search the catalog:
uv run python env-forge/scripts/catalog.py --search "<keyword>"
Or list categories:
uv run python env-forge/scripts/catalog.py --list-categories
Present results as a numbered list with scenario name and description excerpt.
The user picks a scenario by name or number. Show details:
uv run python env-forge/scripts/catalog.py --details <scenario_name>
Display:
Once confirmed, materialize the environment:
uv run python env-forge/scripts/materialize.py --scenario <scenario_name>
This creates the full environment directory at .env-forge/environments/<scenario_name>/:
scenario.json -- metadata and tasksschema.sql -- SQLite DDLseed_data.sql -- INSERT statementsapi_spec.json -- API specificationserver.py -- FastAPI + MCP serververifiers.py -- task verification functionsdb/initial.db + db/current.db -- seeded SQLite databasespyproject.toml -- environment dependenciesAfter materialization, display:
cd .env-forge/environments/<name> && uv run python server.pyhttp://127.0.0.1:8000/mcpE-commerce/Marketplace, Booking/Reservation, Social/Community, Task/Project Management, Finance/Banking, Subscription/Membership, Inventory/Catalog, Messaging/Communication, Lists/Collections, Scheduling/Calendar, Forms/Surveys, Settings/Configuration, Healthcare/Medical, Education/Learning, Real Estate/Property, HR/Recruiting, Legal/Compliance, Logistics/Shipping, Food/Restaurant, Entertainment/Gaming, Fitness/Wellness, Travel/Hospitality, Automotive, IoT/Smart Devices, Developer Tools, CRM/Sales, Content Management, Analytics/Reporting.
huggingface_hub package: uv add huggingface_hubnpx claudepluginhub fblissjr/fb-claude-skills --plugin env-forgeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.