CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-skills

github.com/fpl9000/ai-skills

SkillAddedReview
transcript-saver

transcript-saver/SKILL.md

Save and export the current Claude Code session as a shareable HTML transcript. Use this skill when the user asks to save, export, archive, or publish their current Claude Code conversation or session. Triggers on phrases like "save this transcript", "export this session", "create a transcript", "archive this conversation", "publish to gist", or "share this session". Wraps Simon Willison's claude-code-transcripts tool for in-session use.

89

2.83x
load-skill

load-skill/SKILL.md

Load, activate, and optionally install an AI skill from a .skill file. Use this skill when the user wants to load, activate, or use a skill file. The user can invoke this skill with slash command `/load-skill [ --install | -i ] SKILLFILE`, where SKILLFILE is the path to a .skill file.

82

1.16x
github

github/SKILL.md

Manage GitHub pull requests, issues, and repository listings via the GitHub REST API. Use this skill for operations that plain `git` cannot perform — opening, inspecting, and merging pull requests, and creating, listing, and updating issues — and for enumerating a user's or organization's repositories. For anything involving repository *content* (reading files, writing files, branches, commit history), use `git` directly instead. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires GITHUB_TOKEN environment variable (a Personal Access Token with appropriate scopes).

72

drawio

drawio/SKILL.md

Generate draw.io diagrams programmatically using Python. Creates flowcharts, architecture diagrams, tree structures, network diagrams, and more. Use when the user requests a .drawio file, diagram, flowchart, or visual documentation.

89

3.17x
bluesky

bluesky/SKILL.md

Read from and post to Bluesky social network using the AT Protocol. Use this skill when the user wants to interact with Bluesky including posting text/images/links, replying to posts, reading their timeline, searching posts, viewing profiles, following/unfollowing users, checking notifications, or viewing reply threads. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires BLUESKY_HANDLE and BLUESKY_PASSWORD environment variables.

88

1.44x