Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

agentforge

agentforge enthält 51 gesammelte Skills von Agentic-Engineering-Agency, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
51
Stars
3
aktualisiert
2026-03-12
Forks
0
Berufsabdeckung
6 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

specsafe-done
Softwarequalitätssicherungsanalysten und -tester

Complete and archive spec

2026-03-12
specsafe-explore
Projektmanagementspezialisten

Pre-spec exploration and research

2026-03-12
specsafe-new
Projektmanagementspezialisten

Initialize spec with PRD

2026-03-12
specsafe-spec
Projektmanagementspezialisten

Generate detailed spec from PRD

2026-03-12
specsafe-test-apply
Softwareentwickler

Apply tests - development mode

2026-03-12
specsafe-test-create
Softwarequalitätssicherungsanalysten und -tester

Create tests from spec scenarios

2026-03-12
specsafe-verify
Softwarequalitätssicherungsanalysten und -tester

Verify implementation and iterate

2026-03-12
agentforge-convex
Softwareentwickler

Comprehensive Convex development skill for building production-ready apps. Covers functions (queries, mutations, actions, HTTP endpoints), schemas, real-time subscriptions, cron jobs, migrations, and security. USE THIS SKILL whenever the user is working with Convex — whether they mention Convex directly, reference files in a convex/ directory, ask about reactive databases, real-time subscriptions, Convex functions, Convex schemas, cron jobs in Convex, HTTP actions, webhook handling, data migrations, or security audits for a Convex app. Also trigger for questions about ConvexError, v.* validators, defineSchema, defineTable, useQuery, useMutation, usePaginatedQuery, optimistic updates, or ctx.db / ctx.scheduler / ctx.storage calls.

2026-03-12
specsafe-agentforge
Softwareentwickler

Repository-specific SpecSafe workflow for AgentForge. Use when creating, refining, testing, implementing, or reviewing AgentForge specs so work follows the documented SpecSafe stages, prompt files, and source-of-truth rules consistently.

2026-03-12
working-with-sqlite
Datenbankarchitekten

Preferences and tricks for working with SQLite databases

2026-03-12
gh-workflow
Softwareentwickler

GitHub workflow using the gh CLI for PRs, issues, CI checks, and code review. Use this instead of the GitHub MCP — covers creating PRs with spec references, monitoring CI runs, and reviewing PR comments.

2026-03-11
spec-create
Softwareentwickler

Create a new numbered spec file from the template with auto-incremented SPEC-NNN numbering

2026-03-11
template-sync-check
Softwareentwickler

Verify that all 4 Convex template locations are in sync (CLAUDE.md Rule 6)

2026-03-11
agentforge-a2a
Softwareentwickler

Work on Agent-to-Agent protocol support, registry behavior, and delegation flows in packages/core.

2026-03-06
agentforge-browser-tooling
Softwareentwickler

Work on browser automation support in AgentForge, including the browser tool abstraction and Playwright-backed execution.

2026-03-06
agentforge-channel-adapters
Softwareentwickler

Work on AgentForge channel adapters across runtime and core, including Telegram, Discord, Slack, and WhatsApp.

2026-03-06
agentforge-cli
Softwareentwickler

Work on AgentForge CLI commands, project creation, run/start flows, and developer ergonomics in packages/cli.

2026-03-06
agentforge-dashboard
Softwareentwickler

Work on the AgentForge web dashboard built with React, Vite, TanStack Router, and Convex-backed state.

2026-03-06
agentforge-mcp-integration
Softwareentwickler

Work on MCP support in AgentForge, including MCP client/server abstractions, connection management, dynamic tools, and useful external MCPs.

2026-03-06
agentforge-research-orchestrator
Softwareentwickler

Work on research orchestration in AgentForge, including tool coordination, synthesis, and evidence-driven workflows.

2026-03-06
agentforge-runtime-daemon
Softwareentwickler

Work on the persistent Mastra daemon in packages/runtime, including createStandardAgent, daemon lifecycle, environment validation, and runtime channels.

2026-03-06
agentforge-sandbox-execution
Softwareentwickler

Work on sandbox execution in packages/core, including local, Docker, and E2B providers plus security constraints.

2026-03-06
agentforge
Softwareentwickler

Index skill for working in the AgentForge monorepo. Routes to runtime, CLI, dashboard, MCP, channels, testing, template sync, and Convex/Mastra skills.

2026-03-06
agentforge-skills-marketplace
Softwareentwickler

Work on skill discovery, parsing, registry behavior, install flows, and marketplace UI/data paths in AgentForge.

2026-03-06
agentforge-template-sync
Softwareentwickler

Keep template-backed files aligned across canonical template, dist template, and local convex copies.

2026-03-06
agentforge-testing
Softwarequalitätssicherungsanalysten und -tester

Run and extend AgentForge test coverage across packages, CLI flows, runtime behavior, MCP integrations, and dashboard-adjacent logic.

2026-03-06
convex-advisor
Softwareentwickler

Advise when Convex is a strong fit and shape a practical Convex approach for new features, real-time systems, and backend simplification.

2026-03-06
convex-auth-setup
Softwareentwickler

Set up Convex authentication, user mapping, authorization, and custom function wrappers for data protection.

2026-03-06
convex-best-practices
Softwareentwickler

General Convex implementation guidance for this repo. Use before or during schema, function, realtime, auth, or migration work.

2026-03-06
convex-component-authoring
Softwareentwickler

Author reusable Convex components with isolated schema, functions, and exports. Use when packaging shareable backend capabilities.

2026-03-06
convex-components-guide
Softwareentwickler

Use Convex components for encapsulation, reuse, and feature isolation. Use when deciding between local code, helpers, and components.

2026-03-06
convex-cron-jobs
Softwareentwickler

Schedule recurring Convex jobs safely using internal functions, batch processing, and observable retry-friendly patterns.

2026-03-06
convex-file-storage
Softwareentwickler

Use Convex file storage correctly for uploads, references, and retrieval. Use when implementing file or attachment flows.

2026-03-06
convex-function-creator
Softwareentwickler

Create Convex queries, mutations, actions, and internal functions with validators, auth checks, async safety, and correct runtime boundaries.

2026-03-06
convex-helpers-guide
Softwareentwickler

Discover and apply convex-helpers patterns such as relationship helpers and custom function wrappers.

2026-03-06
convex-http-actions
Softwareentwickler

Implement Convex HTTP actions and webhook endpoints with explicit validation, auth, and clear public/internal boundaries.

2026-03-06
convex-mcp-setup
Softwareentwickler

Set up and troubleshoot Convex MCP access, environment variables, and local development workflow without importing Cursor-only plugin behavior.

2026-03-06
convex-migration-helper
Datenbankarchitekten

Plan and implement safe Convex schema and data migrations, especially when changing existing fields, relationships, or required data.

2026-03-06
convex-quickstart
Softwareentwickler

Set up or extend Convex in AgentForge-compatible projects. Use for initial setup, project scaffolding, and first-pass schema/auth/function planning.

2026-03-06
convex-realtime
Softwareentwickler

Build reactive Convex-backed UI flows with subscriptions, optimistic updates, and pagination-aware data loading.

2026-03-06
Zeigt die Top 40 von 51 gesammelten Skills in diesem Repository.