-
Notifications
You must be signed in to change notification settings - Fork 1
feat: publish skill plugins to Tessl registry with badges #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a73339d
docs(graphite): add setup onboarding workflow and trim skill prose
amondnet 3734877
feat(graphite): add Tessl plugin manifest for registry publishing
amondnet 11faeff
fix(skills): slugify skill names for Tessl compatibility
amondnet eeebb00
feat(plugins): add Tessl plugin manifests for registry publishing
amondnet 5dceca6
docs: add tessl registry badges and marketplace entries for published…
amondnet 4448d60
ci(tessl): widen review and publish workflows to all published plugins
amondnet 3af359a
chore(release-please): track all runtime manifests for published plugins
amondnet c29eec9
chore: apply AI code review suggestions
amondnet 2e5035f
fix(ci): use repo root as Tessl skill-review path
amondnet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "pleaseai/better-auth", | ||
| "description": "Better Auth authentication framework skills for JavaScript/TypeScript projects", | ||
| "version": "1.4.0", | ||
| "author": { | ||
| "name": "Better Auth", | ||
| "url": "https://github.com/better-auth" | ||
| }, | ||
| "skills": [ | ||
| "skills/use-better-auth" | ||
| ] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # better-auth | ||
|
|
||
| [](https://tessl.io/registry/pleaseai/better-auth) | ||
|
|
||
| Better Auth authentication framework skills for JavaScript/TypeScript projects | ||
|
|
||
| **Install:** `/plugin install better-auth@pleaseai` |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "pleaseai/claude-md-management", | ||
| "description": "Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.", | ||
| "version": "1.3.1", | ||
| "author": { | ||
| "name": "Anthropic", | ||
| "url": "https://github.com/anthropics" | ||
| }, | ||
| "skills": [ | ||
| "skills/claude-md-improver" | ||
| ] | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # claude-md-management | ||
|
|
||
| [](https://tessl.io/registry/pleaseai/claude-md-management) | ||
|
|
||
| Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current. | ||
|
|
||
| **Install:** `/plugin install claude-md-management@pleaseai` |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "pleaseai/cubic", | ||
| "description": "AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits.", | ||
| "version": "0.1.0", | ||
| "author": { | ||
| "name": "Minsu Lee", | ||
| "url": "https://github.com/amondnet" | ||
| }, | ||
| "skills": [ | ||
| "skills/cubic-review" | ||
| ] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # cubic | ||
|
|
||
| [](https://tessl.io/registry/pleaseai/cubic) | ||
|
|
||
| AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits. | ||
|
|
||
| **Install:** `/plugin install cubic@pleaseai` |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "pleaseai/fetch", | ||
| "description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts", | ||
| "version": "1.0.0", | ||
| "author": { | ||
| "name": "fetch-mcp project", | ||
| "url": "https://github.com/zcaceres/fetch-mcp" | ||
| }, | ||
| "skills": [ | ||
| "skills/fetch" | ||
| ] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # fetch | ||
|
|
||
| [](https://tessl.io/registry/pleaseai/fetch) | ||
|
|
||
| Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts | ||
|
|
||
| **Install:** `/plugin install fetch@pleaseai` |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.