AgenticFORGE
TypeScript framework for building tool-driven agents with memory
All Skills in This Repository (9)
Pure Emerald Level Indicatorsagenticforge-protocols
Orchestrate multi-agent communication via A2A and MCP protocols.
agenticforge-skills
Define AgenticFORGE Skill units with SKILL.md frontmatter and TypeScript implementations.
agenticforge-hooks
Implement AgenticFORCE hook contracts and lifecycle instrumentation in TypeScript.
agenticforge-debugging
Trace execution paths to diagnose AgenticFORGE errors and propose fixes.
agenticforge-agents
Select and configure AgenticFORGE agents for specific tasks.
agenticforge-context
Construct token-aware context with configurable budgets for AgenticFORGE conversations.
agenticforge-tools
Implement AgenticFORGE Tool subclasses, registries, chains, and async executors with TypeScript typings.
agenticforge-memory
Configure and deploy AgenticFORGE memory systems across AI agent workflows.
agenticforge-vibe-coding
Generate TypeScript code for AgenticFORGE agents, tools, memory, RAG, and multi-agent workflows.
Frequently Asked Questions
FAQPage SchemaHow to install AgenticFORGE?โผ
Run `npx skills add LittleBlacky/AgenticFORGE --all -g -y` in your terminal to install all skills in this suite globally.
What is AgenticFORGE used for?โผ
It is a TypeScript framework for building AI agents with tool calling, memory, RAG, skill routing, and multi-agent protocols like MCP and A2A.
Which agent type should I choose in AgenticFORGE?โผ
Use FunctionCallAgent for tool-driven tasks, ReActAgent for multi-step reasoning, PlanSolveAgent for plan-first tasks, and WorkflowAgent for fixed DAG pipelines.
Does AgenticFORGE support memory and RAG?โผ
Yes. It includes working, episodic, and semantic memory plus a built-in RAG pipeline with pluggable vector stores like Qdrant.
Can I use AgenticFORGE skills in Cursor or Claude Code?โผ
Yes. Each package ships a SKILL.md that loads into Cursor, Claude Code, and other compatible coding assistants for context-aware help.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core