LittleBlackyLittleBlackyCommunityยท9 Agent Skills Included

AgenticFORGE

TypeScript framework for building tool-driven agents with memory

Builds production-ready TypeScript agents with tool calling, skill routing, memory, RAG, and multi-agent protocols. Eliminates boilerplate for reasoning loops, DAG workflows, token budgeting, and agent-to-agent communication. Ships seven ready agent patterns plus built-in tools so developers ship reliable agent systems faster.
npx skills add LittleBlacky/AgenticFORGE --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’