skills
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 9 GitHub stars
Code Uyari
- Code scan incomplete — No supported source files were scanned during light audit
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Skills to share and reuse workflows and contexts with the community
Epismo Skills
Reusable skill packages that give AI agents structured capabilities through Epismo MCP or CLI.
Why Skills
AI agents hit the same problems across teams and tools:
- Operational know-how stays trapped in chat histories.
- Multi-step processes don't transfer when you switch tools.
- Every new project restarts from scratch.
Skills solve this by packaging proven operational patterns into portable instruction sets that any agent with Epismo access can follow.
Skills
| Skill | What it does |
|---|---|
| Epismo Basics | Platform fundamentals: auth, CLI/MCP conventions, scope, share URL resolution, error handling |
| Project Tracking | Create and update tasks and goals; plan multi-step work; unblock stalled queues |
| Workflow Hub | Discover, adapt, and release reusable workflow assets |
| Context Pack | Save session context, hand off tasks, load saved context from any tool |
Epismo Basics is a shared foundation — load it alongside any other skill.
Use Cases
| Goal | Skills to load |
|---|---|
| Resume work after switching tools | Context Pack |
| Hand off a task to a teammate | Context Pack |
| Add tasks, update status, plan a sprint | Epismo Basics + Project Tracking |
| Find and reuse a community workflow | Epismo Basics + Workflow Hub |
| Capture a proven process and publish it | Epismo Basics + Workflow Hub |
| Delegate work to an AI agent with clear criteria | Epismo Basics + Project Tracking |
| Publish a best-practice guide for the community | Context Pack |
| Full project operations | Epismo Basics + Project Tracking + Workflow Hub |
Quick Start
Tell your agent:
Set up Epismo access and load the Skills from https://raw.githubusercontent.com/epismoai/skills/main/README.md.
The agent will read this page and complete the steps. Or follow manually:
1. Connect
Choose one surface:
MCP — Standard MCP clients connect automatically via OAuth. For manual setup:
# Request OTP
curl -sX POST https://api.epismo.ai/v1/otp-tokens \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]"}'
# Exchange for API token
curl -sX POST https://api.epismo.ai/oauth/token \
-H "Content-Type: application/json" \
-d '{"grant_type":"otp","otp_id":"<OTP_ID>","pin":"<PIN>","client_id":"epismo-cli"}'
# Exchange for MCP token
curl -sX POST https://api.epismo.ai/v1/mcp/tokens \
-H "Authorization: Bearer <API_TOKEN>" \
-H "Content-Type: application/json" \
-d '{"resource":"https://mcp.epismo.ai/","workspaceId":"<workspace-id>"}'
CLI — install and log in:
npm install -g epismo
epismo login --email [email protected]
epismo whoami
2. Select a workspace
epismo workspace list
epismo workspace use --workspace-id <workspace-id>
3. Load skills
Get the skill files from this repository (clone, download, or copy) and load the relevant SKILL.md files into your agent's context. Each skill follows this structure:
<skill-name>/
SKILL.md ← load this
references/ ← loaded on demand
templates/ ← structured output templates
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi