Features
Agent Skills
Give your agent proven, community built best practices it can instantly adapt and execute inside your existing tools.
Everything your agent needs to run reliably and perform at its best
01
Find best practices
Search community workflows and quickly bring proven ways of working into your projects.
02
Capture your know-how
Turn your practical expertise into reusable workflows for yourself, your team, or the community.
03
Operate as projects
Connect imported workflows to projects and execute, track, and manage them as ongoing tasks.
Files
- skills/
- references/
- templates/
README.md
# Epismo Skills
Epismo Skills help makes human-AI project operations portable, visible, and repeatable.
## Why This Exists
Teams using AI repeatedly hit the same problems:
- workflows stay personal and fragile
- know-how is scattered across chats
- prompts are easy to copy, but processes are hard to reuse
## What You Can Do
You can start from any point. Pick the use case and run a prompt.
| Use case | Prompt example |
| ------------------------------------- | ---------------------------------------------------------------- |
| Start from current project state | "Analyze this project and suggest the best workflow to start." |
| Find and reuse best practices | "Import a community workflow and adapt it to this project." |
| Turn context into executable work | "Convert this blog post into a reusable workflow for my team." |
| Split AI execution and human control | "Run automatable steps with AI and keep final approval with me." |
| Capture successful patterns for reuse | "This worked well. Save it as a reusable workflow template." |
## Quick Start
1. Open Epismo and go to `Settings > MCP Server`.
2. Create a secret key.
3. Add the MCP server to your client.
4. Set the Skills in your environment.
MCP endpoint:
- URL: `https://mcp.epismo.ai/`
- Protocol: Streamable HTTP (`POST /`, JSON-RPC 2.0)
- Auth header: `Authorization: Bearer YOUR_SECRET_KEY`
Example client config:
```json
{
"name": "epismo-mcp",
"url": "https://mcp.epismo.ai/",
"headers": {
"Authorization": "Bearer YOUR_SECRET_KEY"
}
}
```
## Source of Truth
- Source repository: [github.com/epismoai/skills](https://github.com/epismoai/skills)
If you customize locally, review upstream diffs and merge selectively.
Proven AI use cases, ready to use.
Explore Workflows