add samkshipta (skill) and claude-skill-linter (tool)#591
Open
MukundaKatta wants to merge 1 commit intotravisvn:mainfrom
Open
add samkshipta (skill) and claude-skill-linter (tool)#591MukundaKatta wants to merge 1 commit intotravisvn:mainfrom
MukundaKatta wants to merge 1 commit intotravisvn:mainfrom
Conversation
samkshipta — https://github.com/MukundaKatta/samkshipta Sanskrit-inspired token-compression skill. Three intensity levels (lite / samkshipta / sutra). Formal register — suits code review and client-facing contexts where caveman-speak is inappropriate. v0.1.0 released, MIT, all 3 SKILL.md files pass claude-skill-linter in strict mode. claude-skill-linter — https://github.com/MukundaKatta/claude-skill-linter GitHub Action that validates SKILL.md frontmatter, detects hardcoded API-key patterns, and flags missing required fields. Both self-test CI and dogfooded on samkshipta. v0.1.0 released, MIT. Signed-off-by: Mukunda Katta <mukunda.vjcs6@gmail.com>
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.
What
Two additions:
1. Individual Skills →
samkshiptaRepo: https://github.com/MukundaKatta/samkshipta (v0.1.0, MIT)
Sanskrit-inspired token-compression skill. Three intensity levels:
samkshipta-litesamkshiptasamkshipta-sutraFormal register throughout — the boardroom sibling of JuliusBrussee/caveman's meme-informal take on the same compression idea. Caveman credited as inspiration in the README.
Includes two slash commands (
/samkshipta-commit,/samkshipta-review), bash installer, and a documented benchmarking methodology.2. Tools →
claude-skill-linterRepo: https://github.com/MukundaKatta/claude-skill-linter (v0.1.0, MIT)
GitHub Action that lints
SKILL.mdfiles. Catches:name,description)sk-,ghp_,AIza,xoxb-,github_pat_)nameDeployable as a one-line
uses:in any repo withSKILL.mdfiles. Currently running in CI againstMukundaKatta/samkshiptaand submitted as a PR (#172) to add it toJuliusBrussee/caveman.Disclosure
I'm the author of both. Additions follow the non-promotional guideline — both are genuinely free (MIT), standalone, and solve real problems (token cost for saṃkṣipta; malformed SKILL.md for the linter). Happy to remove either if maintainers don't think they fit.
Test plan