Praxis AI Agent Platform — Data skill for Claude Code
Autonomous AI agent platform for enterprise data and operations.
How to install Praxis AI Agent Platform
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ShreyashDarade/praxis-ai-agent-platform and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Praxis AI Agent Platform does
Autonomous AI agent platform for enterprise data and operations. Turns natural-language intents into verified plans and runs them across SQL, REST, GraphQL, Prometheus and MCP connectors, with human approval gates, self-correcting re-planning, RAG, dashboards and a full audit trail. LangGraph + FastAPI, works with Claude and GPT-5.
Alternatives in Data
- Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
- SQL Queries — Generate SQL queries from natural language across major dialects 7.8k ★
- Portaljs Add Resource — Add another file (resource) to an EXISTING dataset in a PortalJS portal — a data dictionary, methodology, or a 2.3k ★
README
Praxis
An autonomous enterprise data and operations intelligence platform.
You give it a question in plain language. It plans the work, runs that plan against your real systems under your real permissions, pauses for your approval before anything that changes state, and hands back an answer with the evidence behind it. If a step fails, it reads the error, re-plans, and tries a genuinely different approach.
What it does
- Answers questions over your data. Point it at a warehouse, an API, a metrics server or a spreadsheet you just uploaded. It works out which to use and how.
- Computes exact numbers. Uploaded spreadsheets become typed tables queried with real SQL, so "what is the total" returns arithmetic, not something that reads like an answer.
- Builds new capabilities when none fits. It writes the tool it needs, validates it in a locked-down container, and refuses to run it until a human approves that exact code.
- Investigates open questions. For asks that cannot be planned ahead ("which region is underperforming and why"), it runs an observe/decide/act loop and shows every step it took.
- Never changes anything behind your back. Mutating actions stop and wait for a person.
How this helps you
| You want to | Praxis gives you |
|---|---|
| Ask across systems without writing glue | One intent; it picks the connectors and composes the steps |
| Trust the number | Exact SQL over typed data, plus the query and rows it used |
| Let agents act, safely | Approval gates bound to the exact arguments and code approved |
| Know what happened | Per-step evidence, an audit row per decision, full replay |
| Not babysit failures | It diagnoses the error and re-plans instead of stopping |
| Avoid lock-in | Swap Anthropic/OpenAI models with one env var; add a connector in one file |
Running it
Requires Python 3.11, Docker, and a POSIX-ish shell.
1. Start the infrastructure
docker compose up -d # P
Related Skills
Citation Share Auditor
Reads the Bing Webmaster Tools AI Performance report (Citation Share, grounding queries, Topics, Intents, and
AI Databricks Data Agent
Agentic AI Data Engineering platform built with LangGraph, LangChain, Databricks, Delta Lake, Pandas, and Open
Gql
Execute a GraphQL query or mutation against the Alkemio API using the pipeline session token
Tokburn
3 Local analytics dashboard for Claude Code -- calculates API-equivalent costs, detects waste patterns (repeat
Brain Onboard
Run the Evolving Brain onboarding flow — dump data, generate the wiki, answer questions, wire connectors
Wato Live Dashboard
Author an HTML artifact that loads fresh data through Wato-approved connectors and bind it to a server-side li
Related Agents
Timps API Design Agent
API Design Agent — generates a complete OpenAPI 3.1 spec (YAML) from a natural-language description. Enforces
Django Developer
Use when building Django 4+ web applications, REST APIs, or modernizing existing Django projects with async vi
Factory Decomposer
Agent Factory decomposer — turns an objective ("improve demo assembly until quality ≥ target") into atomic, ad