pharmaverse / pharmaverse/rtflite
Build agent skills for rtflite
@nanxstats is already working on this.
Since Jan 31, 2026.
- Dominant language
- Python
- Stars
- 13
- Forks
- 0
- Avg merge
- 9m
- Merged PRs (30d)
- 5
Description
This supersedes #148.
Armin Ronacher moved all his MCPs to skills. Based on his analysis, for agents to write correct code with a Python package today, we should simply ship an agent skill and teach introspection instead of building an MCP.
This will directly improve correctness, cost almost nothing per session, and avoid the MCP token/maintenance traps. Only build an MCP if the package is really a gateway to something the agent cannot reliably do via local code execution.
For building agent skills, follow the open agent skills standard.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.