Toolverse
All skills

create-agent

by antinomyhq

Create new agents for the code-forge application. Agents are stored as .md files in the u003ccwdu003e/.forge/agents directory with YAML frontmatter (id, title, description, reasoning, tools, user_prompt) and markdown body containing agent instructions. Use when users need to add

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend
Views
16

About this skill

Create new agents for the code-forge application. Agents are stored as .md files in the u003ccwdu003e/.forge/agents directory with YAML frontmatter (id, title, description, reasoning, tools, user_prompt) and markdown body containing agent instructions. Use when users need to add new agents, modify existing agents, or understand the agent file structure.

How to use

  1. Upewnij się, że pracujesz w projekcie code-forge i masz dostęp do katalogu .forge/agents w głównym folderze projektu. Jeśli katalog nie istnieje, utwórz strukturę .forge/agents w katalogu roboczym projektu.

  2. Przygotuj dane agenta: określ unikatowy identyfikator (id), tytuł wyświetlany, szczegółowy opis funkcjonalności, listę narzędzi dostępnych dla agenta (np. sem_search, read, write, shell) oraz szablon user_prompt dla kontekstu użytkownika.

  3. Utwórz nowy plik Markdown o nazwie {agent-id}.md w katalogu .forge/agents, gdzie {agent-id} to identyfikator agenta. Plik musi zawierać frontmatter YAML na początku z polami: id, title, description, reasoning (z enabled: true/false), tools (lista) i user_prompt.

  4. W treści pliku Markdown opisz tożsamość agenta, jego główny cel, zasady działania, dostępne możliwości, metodologię pracy oraz ograniczenia. Ta sekcja definiuje zachowanie i instrukcje dla agenta.

  5. Zapisz plik w katalogu .forge/agents. Forge automatycznie odkryje i załaduje agenta z tego katalogu — to jedyna lokalizacja, gdzie system szuka plików agentów.

  6. Aby zmodyfikować istniejącego agenta, otwórz odpowiadający mu plik .md, zmień potrzebne pola w frontmatter lub treści, i zapisz zmiany. Forge załaduje zaktualizowaną konfigurację.

Related skills

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147