agenticforge-agents

Select and configure AgenticFORGE agents for specific tasks.

75|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/LittleBlacky/AgenticFORGE --skill agenticforge-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenticforge-agents
Source: https://github.com/LittleBlacky/AgenticFORGE/tree/main/skills/agenticforge-agents
Command: npx skills add https://github.com/LittleBlacky/AgenticFORGE --skill agenticforge-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users in selecting and configuring the right AgenticFORGE agents for varied tasks, reducing onboarding time and misconfigurations.

Core Features & Use Cases

  • Automated agent-type selection guidance for SimpleAgent, FunctionCallAgent, ReActAgent, PlanSolveAgent, ReflectionAgent, SkillAgent, and WorkflowAgent
  • Ready-to-run code templates and configuration examples spanning all major agent types
  • Clear tradeoffs and recommended use-case scenarios to help architecture decisions

Quick Start

Ask it to suggest an agent type for a task and generate a ready-to-run example.

Frequently Asked Questions about agenticforge-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right agent type for my TypeScript workflow?

Choosing the right agent type for your TypeScript workflow depends on task complexity: SimpleAgent handles basic calls, FunctionCallAgent uses tools, ReActAgent reasons through steps, and PlanSolveAgent tackles multi-stage problems. ReflectionAgent and WorkflowAgent cover iterative refinement and chained processes.

When should I use a ReActAgent instead of a PlanSolveAgent?

Use ReActAgent instead of PlanSolveAgent when your task requires interleaved reasoning and acting on immediate feedback. PlanSolveAgent is better for complex tasks needing upfront planning and multi-step execution before action.

How to configure AgenticFORGE agents for a specific task?

Configure AgenticFORGE agents by selecting the appropriate type for your task, then setting the available options and generating runnable TypeScript code. The skill provides ready-to-run code templates and configuration examples for all major agent types.

What is the difference between SkillAgent and WorkflowAgent use cases?

SkillAgent use cases focus on executing specific modular capabilities, while WorkflowAgent use cases coordinate multiple agents or steps in a chained process. WorkflowAgent handles broader orchestration across complex task pipelines.

Can I get runnable code examples for agent configuration?

Yes, you can get runnable code examples for agent configuration. The skill enforces runnable TypeScript code generation and provides complete usage example workflows spanning SimpleAgent, FunctionCallAgent, and other agent types.

What are the limitations of using a SimpleAgent for complex workflows?

The limitation of using a SimpleAgent for complex workflows is its lack of advanced reasoning and tool-calling capabilities. For intricate logic or multi-step planning, tradeoffs favor ReActAgent or PlanSolveAgent to handle deeper architecture decisions.