restate
Restate durable execution for fault-tolerant services and workflows. Triggers on restate, durable, ctx.run, ctx.sleep, awakeable.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install settlemint/agent-marketplace/restate skilz install settlemint/agent-marketplace/restate --agent opencode skilz install settlemint/agent-marketplace/restate --agent codex skilz install settlemint/agent-marketplace/restate --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/restate ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 76.0
Agent Skill Grade
C
Score: 76/100
Click to see breakdown
Score Breakdown
Areas to Improve
- 257-line monolithic file with no references directory violates layered structure principle
- File exceeds 100 lines but has no table of contents for navigation
- Full MCP call JSON structures inflate token count unnecessarily
Recommendations
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
Developer Feedback
I took a look at your restate skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 76/100, solidly in C territory (70-79). This is based on Anthropic's best practices for skill architecture.
The good news: Your metadata and ease of use are solid (22/25 on EoU). Strong trigger coverage and clean terminology around ctx, durable, and handler.
The rough patch: Progressive Disclosure Architecture is dragging you down (19/30). You've got 257 lines crammed into a single file with no reference architecture, and that's eating your score.
What's Working Well
- Frontmatter is chef's kiss — Valid YAML, specific name, and a comprehensive trigger list that actually captures intent patterns (
durable execution,distributed workflows,Virtual Objects) - Consistent terminology — Using
ctx,durable, andhandlerthroughout makes it predictable for developers - Real-world patterns — Code examples showing services, workflows, and Virtual Objects demonstrate genuine value for distributed systems problems
- Success criteria checklist — Actually helpful for validation
The Big One: Monolithic File Architecture
Severity: High | Impact: +6 points possible
Your 257-line skill violates the layered structure principle. Everything — extended patterns, research examples, detailed code — is inline, which inflates token load for simple queries.
The fix: Extract into a references directory:
- Move patterns section →
references/patterns.md - Move research section (lines 203-224) →
references/research.md - Keep SKILL.md under 150 lines for quick navigation
This is the single biggest lever for improvement. You'd jump from 19/30 to 25/30 on PDA alone.
Other Things Worth Fixing
Add a table of contents — Files over 100 lines need upfront navigation. Add a TOC after frontmatter with section anchors so developers can jump to what they need.
Trim the research examples — Your research section shows complete MCP call JSON structures (lines 203-224). Show minimal patterns inline; move verbose examples to
references/research-patterns.md.Verify workflow steps — After step 5 in quick start, add a verification command like
curl http://localhost:9170/servicesto confirm registration. Small thing, but it closes the loop.Fix code fence syntax — Line 192 has 4 backticks instead of 3. Easy win.
Quick Wins
- Create references directory — Most impactful fix (6 points)
- Add TOC — Improves navigation (2 points)
- Trim research examples — Tighter writing (1 point)
- Add workflow verification — Better UX (1 point)
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?