AIAny

Category

Explore by categories

GitHub
AI Agent2025

Wraps the OpenCode CLI with a plan-first workflow: agents propose a plan you approve before any code is written, and a ContextScout step loads your repo's existing patterns so output matches house style, not generic boilerplate.

GitHub
AI Agent2025

Defines a predictable repository-level instruction file for coding agents, giving teams one place to document workflow rules instead of each tool inventing its own context format.

GitHub
AI Agent2025

Makes the spec an executable artifact: you write intent in structured markdown and AI agents generate the plan, task breakdown, and code from it. A specify CLI and slash commands drive a constitution-plan-tasks-implement workflow across 30+ coding agents.

GitHub
AI Agent2025

Wraps Claude Code in a loop that re-runs it until a task is done, gating every exit behind two conditions — semantic completion plus an explicit EXIT_SIGNAL — so it never stops early. Adds rate limiting and a circuit breaker for unattended, headless runs.

GitHub
AI Agent2025

Composes AI agent teams from a Ghost+Shell+Model formula: each Bot pairs a prompt/MCP/Skills Ghost with a Chat, ClaudeCode, or Dify shell and a model like Claude or DeepSeek. Bots form Teams that run as traceable Tasks, wired to GitHub and DingTalk.

GitHub
AI Audio2025

Build and self-host production voice agents with a drag-and-drop workflow builder, real-time telephony integration, and pluggable LLM/STT/TTS backends. Docker-first with an optional managed cloud offering for teams that want faster onboarding.

GitHub
AI Agent2025

Eight example apps for building with the Claude Agent SDK: an IMAP email assistant, a multi-agent research system, an Excel agent, a React/WebSocket chat UI, a .docx resume generator, and hello-world session demos. Local-only, not production.

GitHub
AI Agent2025

Declares and installs agent dependencies from an apm.yml manifest—skills, prompts, agents, plugins and MCP servers—with transitive resolution, security auditing, plugin packaging, and cross-host registries so agents are reproducible across repos.

GitHub
AI Agent2025

Audits source code for security flaws using LLM agents, then auto-generates and runs proof-of-concept exploits in Docker sandboxes to confirm which findings are real. Retrieves CWE/CVE knowledge via RAG; runs on hosted or local Ollama models.

GitHub
AI Agent2025

Folders pairing a SKILL.md (YAML metadata plus instructions) with optional scripts that Claude loads on demand to handle specific tasks. Bundles document skills (PDF, DOCX, PPTX, XLSX), a spec, and a starter template for authoring your own.

GitHub
AI Agent2025

Embeds a GUI agent in your web page as client-side JavaScript, letting users drive the interface with natural language — it reads the DOM as text (no screenshots) and performs clicks and form fills. Bring your own LLM; no extension or backend required.

GitHub
AI Agent2025

Lets AI agents describe interactive UIs as declarative JSON instead of executable code; client apps render the components with native widgets from a pre-approved catalog, keeping agent-generated UI safe across trust boundaries.