anistark/sutras
Everything Agentic Skills
system instructions for the agent name: my-skill fn: my_skill_fn description: >- A detailed description for when Claude should invoke this skill. ``` ### sutras.yaml (required) Metadata, versioning, testing, evaluation config: ```yaml version: 0.1.0 author: Your Name license: MIT tags: - file - organization tests: - name: test_case_1 input: "example input" expected_output: "expected output" eval: metrics: - accuracy - latency ``` ### examples.md (optional) Usage examples for developers. ## Tips & Tricks - **Discover best practices**: Browse [official sutras skills examples](https://github.com/anistark/sutras-examples) for patterns and conventions - **Check
Available on PyPI.
Stars
5
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 01, 2026
Monthly downloads
136
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/anistark/sutras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
memodb-io/Acontext
Agent Skills as a Memory Layer
powroom/flins
Universal skill installer for AI coding agents
DougTrajano/pydantic-ai-skills
This package implements Agent Skills (https://agentskills.io) support with progressive...
rscheiwe/open-skills
Open Skills is a modular, Anthropic-style skills framework that lets agents dynamically...
forefy/.context
AI Agent Skills for Smart Contract Auditing to generate triaged, industry grade report findings,...