Trace a font specimen into a renamed OTF using an OFL Google Fonts base.
Project overview
Provide a type specimen and the plugin selects a similar OFL-licensed Google Font, renders and bitmap-traces 82 target glyphs, rebuilds the font tables, renames the family, and emits an OTF plus an HTML specimen page. It requires potrace, Pillow, and fonttools, focuses on Latin glyphs, and performs no hinting pass.
Create researched fictional-character personas for controllable roleplay in Claude Code.
Project overview
Name a fictional character and the skill researches available information, builds a reusable persona, and conducts dialogue in that character's voice with visible source-quality indicators. Personas can be cached for 90 days, responses can follow the user's language, and pause, resume, status, and exit commands keep the session controllable. Built-in safeguards address harmful character requests.
Collection or directoryResearch and knowledgeClaude Code
solopreneur-claude-skills↗
@tungdd2710
Standardize Claude Code workflows, repository evaluation, and model selection for solo builders.
Project overview
This collection packages three skills: a triaged six-step work process with an approval gate, a structured evaluation for external repositories, and a benchmark process for choosing production AI models. Its accompanying CLAUDE.md adds rules for evidence labels, security scope, parallel-agent isolation, and commit discipline, aimed at reducing scope drift and unapproved execution.
Write task attestations and check AI agent reputation on Base.
Project overview
Clicks lets an agent record a signed task receipt after work is completed and look up another agent's reputation before delegating to it. The records are tied to ERC-8004 identities on Base. Using it requires a minted agentId, an agent wallet with a small amount of ETH for gas, and a private-key environment variable.
Find, visually verify, and save current company logos in parallel.
Project overview
Provide a comma-separated company list and the skill searches official sites, brand pages, image search, and Wikipedia in parallel. It visually checks identity, current branding, colors, and whether a full wordmark is available before saving verified files locally. It does not require a logo-service API key.
Consolidate redundant Claude memory files into cleaner typed archives.
Project overview
The skill categorizes dated sessions, release notes, audits, and demo runs, then merges them into typed archive files and a smaller memory index. It leaves feedback, reusable references, user profiles, and active knowledge alone by default. Before writing or deleting anything, it presents a plan for confirmation and removes only true duplicates.
Preserve project decisions, preferences, and debugging state across Claude sessions.
Project overview
Running `/bro` stores repository-specific context that chat compaction can erase, including rules, architecture decisions, vocabulary, roadmap changes, and active debugging hypotheses. It separates persistent principles from thread state and daily logs, tags parallel chats with the title plus a UUID suffix, and can migrate older log layouts into the visible project `bro/` directory.
Preview and publish X posts, threads, replies, and images from Claude Code.
Project overview
From any project folder, you can draft a single post, thread, reply, or image attachment in natural language. Claude shows the exact text and character count, asks for confirmation, then posts through the X API and returns the URL. Credentials live once in a global user file rather than each repository, and dry-run mode previews the payload without sending it.
Sync Claude skills and slash commands across machines through one Git repository.
Project overview
Claude Sync tracks installed skills and commands on each machine, including versions and content hashes, then uses pull, push, status, and consolidation workflows to surface drift. It also provides a Git-backed message file for machine-to-machine coordination. MCP configuration, plugin installation, and automatic conflict resolution remain outside its current scope.
General skillDocument productivityModel Context Protocol
agent-skill↗
@paperjsx·Shell
Generate PPTX, DOCX, XLSX, and PDF files from validated JSON.
Project overview
PaperJSX turns validated structured JSON into presentations, documents, spreadsheets, and PDF reports. It runs locally through the free-tier `@paperjsx/mcp-server` and `@paperjsx/*` packages, without an API key or hosted backend. The skill can be used with Claude Code, Claude.ai, Codex CLI, and Claude Desktop.
General skillProject and product managementGraphQL
vision-roadmap↗
@drewdoebereiner
Turn a repository into a strategic roadmap and optional Linear backlog.
Project overview
Vision Roadmap reads the codebase and documentation, asks structured questions about horizon, priorities, and constraints, then groups the product direction into a narrative roadmap. It can also create matching Linear issues through the GraphQL API. Teams without a Linear key can skip ticket creation and keep the roadmap document only.
Name cognitive patterns during conversation without diagnosing or giving advice.
Project overview
Aside occasionally identifies a cognitive bias or psychological pattern reflected in the user's own words and cites an academic source. It is designed as a quiet mid-conversation observation rather than a diagnosis, profile, or recommendation. The skill runs locally without telemetry or external data transfer, and a rejection or stop phrase disables it for the rest of the session.
Review open pull requests by dependency layer and post verdicts to GitHub.
Project overview
Bulk PR Review maps dependency layers and cross-PR conflicts before dispatching parallel reviewers within each layer. It processes layers sequentially, gathers verdicts such as approve, request changes, blocked by CI, or close, and posts them directly through `gh pr review`. The workflow requires an authenticated GitHub CLI and `jq`.
Write unit tests that follow the repository's existing framework and conventions.
Project overview
The skill starts from the git diff, detects the project's test framework and configuration, and reads existing tests to learn naming, fixtures, assertions, and file placement. It then adds coverage for happy paths, errors, boundaries, and authorization failures before running the suite. It does not assume a stack and needs no API credentials.
Locate described image targets in Claude Code and return verified coordinates.
Project overview
Provide an image path and a natural-language target, and the skill iteratively crops and rechecks the region before returning a bounding box, center point, confidence, and saved evidence. It can report that no target was found instead of inventing a coordinate; screenshot capture and UI interaction remain the caller’s responsibility.
Turn rough ideas into actionable briefs through a focused question-by-question interview.
Project overview
Starting from a vague idea, the skill asks one question at a time about the goal, reason, and definition of done before producing a structured brief that can be copied or saved in the project. Quick, standard, and deep modes add different levels of detail, and unanswered essentials are left as gaps rather than silently invented.
Diagnose custom Claude memory files before silent context truncation drops important entries.
Project overview
The skill checks line counts in MEMORY.md and oversized files in a custom file-based auto-memory setup, with read-only diagnosis as the default. Trimming or splitting requires explicit approval and includes backup, verification, and audit logging; it is designed mainly for a specific macOS setup, not Claude Code’s built-in memory features.
Scaffold a Claude Code project from a one-line product description.
Project overview
The skill classifies a project as a local tool, full-stack product, automation agent, AI web app, or mobile app, asking only a few questions when needed. It previews the folder tree and key files before writing, then creates CLAUDE.md, an initial build prompt, dependency files, environment templates, and a numbered prompt chain for later work.