TW-NLPTW-NLPCommunityยท19 Agent Skills Included

DeepAgentForce

Multi-tenant runtime for skills, tools, and MCP servers

Hosts and runs multi-user agent workloads with progressive disclosure of skills, tools, and MCP servers. Keeps large tool libraries out of the context window until needed, cutting token costs and wrong tool picks. Includes tenant-isolated RAG knowledge bases, long-term user memory, sandboxed custom tools, and a web UI. Ships with ready-made skills for documents, design, research, and development tasks.
npx skills add TW-NLP/DeepAgentForce --all -g -y

All Skills in This Repository (19)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

web-search

Execute web search queries via Tavily and return structured results.

Community
Basic
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

rag-query

Query internal knowledge bases via RAG API using Python scripts.

Community
Intermediate
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

theme-factory

Apply pre-defined or custom themes to slides, reports, and HTML pages.

Community
Intermediate
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

algorithmic-art

Generate p5.js-based algorithmic art with interactive parameter exploration.

Community
Advanced
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

canvas-design

Generate visual art in PNG or PDF from a defined design philosophy.

Community
Advanced
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

slack-gif-creator

Create Slack-optimized animated GIFs using Python's PIL library.

Community
Intermediate
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

frontend-design

Generate production-grade frontend interfaces using HTML, CSS, JS, React, and Vue.

Community
Intermediate
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

brand-guidelines

Apply Anthropic color palettes and Poppins or Lora typography to text and graphics.

Community
Basic
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

web-artifacts-builder

Create interactive HTML artifacts from React projects with Tailwind CSS and shadcn/ui.

Community
Advanced
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

claude-api

Build and optimize Claude API and Anthropic SDK applications with Managed Agents.

Community
Advanced
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

skill-creator

Create, improve, and evaluate AI skills with SKILL.md files.

Community
Advanced
๐Ÿ“ฆ In Repo
TW-NLPTW-NLP

webapp-testing

Execute Playwright scripts to automate web application testing and debugging.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install DeepAgentForce?โ–ผ

Run `npx skills add TW-NLP/DeepAgentForce --all -g -y` in your terminal to install all skills in this suite globally.

What does DeepAgentForce do?โ–ผ

It is a production-grade runtime that lets multiple users run agents with isolated sessions, knowledge bases, skills, and tool configurations on one platform.

How does DeepAgentForce handle many tools at once?โ–ผ

It uses progressive disclosure and hierarchical retrieval so only a few bridge tools stay in context, while hundreds of tools and MCP servers are searched and loaded on demand.

Can I connect external MCP servers?โ–ผ

Yes. It supports stdio, HTTP, and SSE transports with the same config format as Claude Desktop, managed through a web UI with per-tenant overrides.

Is it safe to upload custom tools?โ–ผ

Yes. User-uploaded Python tools run in an isolated subprocess with CPU, memory, and time limits, and sensitive environment variables are stripped automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’