feat: improve skill scores for GeneralizedNotationNotation#10
Open
yogesh-tessl wants to merge 1 commit intoActiveInferenceInstitute:mainfrom
Open
feat: improve skill scores for GeneralizedNotationNotation#10yogesh-tessl wants to merge 1 commit intoActiveInferenceInstitute:mainfrom
yogesh-tessl wants to merge 1 commit intoActiveInferenceInstitute:mainfrom
Conversation
Hey @docxology 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the full before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | gnn-api | 29% | 95% | +66% | | gnn-cli-dispatch | 69% | 83% | +14% | | gnn-pipeline | 89% | 100% | +11% | | gnn-parsing | 89% | 94% | +5% | | gnn-mcp-protocol | 79% | 84% | +5% | **Note:** Two skills (`gnn-api` and `gnn-cli-dispatch`) had formatting issues that blocked evaluation — `gnn-api` had a non-kebab-case name (`API`) and `gnn-cli-dispatch` was missing YAML frontmatter entirely. I fixed those first to get meaningful baseline scores, then optimized from there. Changes: - gnn-api — Rewrote from stub to full skill with proper description, concrete API examples, HTTP workflow with curl commands, and references - gnn-cli-dispatch — Added YAML frontmatter with description and "Use when" clause, replaced comment-only programmatic section with a recommended workflow, added references - gnn-pipeline — Trimmed redundant intro sections, added validation checkpoints between pipeline phases with error recovery guidance - gnn-parsing — Added a recommended discover/parse/validate workflow with error handling, removed duplicated Documentation section - gnn-mcp-protocol — Expanded description with more concrete trigger terms, added recommended workflow with tool registration verification, removed duplicated Documentation section Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch - just saw room for improvement and wanted to contribute. Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at this Tessl guide (https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices) and ask it to optimize your skill. Ping me - @yogesh-tessl - if you hit any snags. Thanks in advance 🙏
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @docxology 👋
A 25-step processing pipeline for formalising Active Inference generative models into standardised text notation. The combination of DOI-registered research rigor with practical CLAUDE.md integration shows you're serious about making this both academically sound and agent-usable. Wanted to suggest a few improvements to the SKILL.md.
I ran your skills through
tessl skill reviewat work and found some targeted improvements. Here's the full before/after:Changes Summary
Honest disclosure. I work at @tesslio where we build tooling around skills like these. Not a pitch - just saw room for improvement and wanted to contribute.
Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at this Tessl guide (https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices) and ask it to optimize your skill. Ping me - @yogesh-tessl - if you hit any snags.
Thanks in advance 🙏