๐Ÿงฉ
AI EngineeringC#

Agentica Server

by vibeeval

Agentica Server is an AI Engineering skill for Claude Code, published by vibeeval in vibecosystem.

528 stars44 forkson vibeeval/vibecosystemAdded 2026/08/26Repository updated 2026/08/08
ai-agentsai-software-teamanthropicautomationclaudeclaude-codeclaude-skillsdeveloper-toolsdevtoolshooksmulti-agentopen-sourceself-learningvibe-codingvibecoding
Install in seconds
Install Agentica Server
Copy Agentica Server into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vibeeval/vibecosystem/tree/main/skills/agentica-server ~/.claude/skills/agentica-server

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vibeeval/vibecosystem.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/agentica-server/SKILL.md in vibeeval/vibecosystem
Installs to
~/.claude/skills/agentica-server
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What Agentica Server does

Agentica Server helps set up and debug Agentica SDK with a local Claude proxy backend. Use it to start the server, verify health checks, and troubleshoot tool access or connection issues.

Agentica Server is cataloged under AI Engineering on DirSkills. Agentica Server comes from a repository tagged ai-agents, ai-software-team, anthropic, automation and claude.

Documentation

README

Agentica Server + Claude Proxy Setup

Complete reference for running Agentica SDK with a local Claude proxy. This enables Python agents to use Claude CLI as their inference backend.

When to Use

Use this skill when:

  • Starting Agentica development with Claude proxy
  • Debugging connection issues between SDK, server, and proxy
  • Setting up a fresh Agentica environment
  • Troubleshooting agent tool access or hallucination issues

Architecture

Agentica SDK (client code)
    | S_M_BASE_URL=http://localhost:2345
    v
ClientSessionManager
    |
    v
Agentica Server (agentica-server)
    | INFERENCE_ENDPOINT_URL=http://localhost:8080/v1/chat/completions
    v
Claude Proxy (claude_proxy.py)
    |
    v
Claude CLI (claude -p)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Agentica Server

  • What else does vibeeval publish alongside Agentica Server?

    Agentica Server is one of 25 skills that DirSkills catalogs from vibeeval/vibecosystem, the repository it ships in. Its siblings there include AI Slop Cleaner, API Patterns and API Versioning Patterns. Each one is a separate skill with its own page in this directory, installs the same way Agentica Server does, and is maintained by vibeeval in that same repository. The rest of the collection is listed on the vibeeval/vibecosystem page.

  • How does Agentica Server compare to other AI Engineering skills?

    Agentica Server ranks #2108 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agentica Server against them. Open each page to compare what they document and how they install.

More from vibeeval/vibecosystem

Agentica Server is one of 25 skills cataloged on DirSkills from vibeeval/vibecosystem.

See all 25 skills โ†’
๐Ÿงน
5d ago

AI Slop Cleaner

AI Slop Cleaner removes dead imports, debug code, redundant comments, and other AI-generated bloat after a feature is implemented. It works in small passes and runs tests after each pass to catch regressions.
Quality
52844
๐Ÿ”Œ
5d ago

API Patterns

API Patterns covers REST and GraphQL design, versioning, validation, pagination, error responses, and contract testing. Use it when building consistent APIs that need stable schemas and predictable behavior.
AI Engineering
52844
๐Ÿงฉ
5d ago

API Versioning Patterns

API Versioning Patterns defines versioning strategies, breaking-change checks, deprecation phases, and migration guide structure for APIs. Use it when you need to ship compatible changes and retire old versions safely.
DevOps
52844
โ˜๏ธ
5d ago

AWS Patterns

AWS Patterns covers Lambda best practices, S3 event handling, SQS/SNS fanout, and DynamoDB single-table access patterns for serverless AWS workloads. Use it when designing or reviewing managed-service backend architectures.
DevOps
52844
โ™ฟ
5d ago

Accessibility Patterns

Accessibility Patterns covers WCAG 2.2 AA requirements, ARIA patterns, keyboard navigation, and screen reader-friendly UI practices. Use it when building or auditing interfaces for accessibility.
Frontend
52844
โ™ฟ
5d ago

Accessibility Testing

Accessibility Testing adds axe-core checks, WCAG 2.2 AA checklists, keyboard navigation tests, screen reader patterns, and ARIA validation for web apps. Use it to verify components and end-to-end flows meet common accessibility requirements.
Quality
52844