Generate a complete WordPress plugin, ZIP package, updater, and landing page
Project overview
wp-plugin-skill turns a natural-language plugin description into WordPress code, an installable ZIP, an update mechanism, and a landing page. Its generation process uses a plugin blueprint covering admin, front end, database, REST, scheduled work, security, and distribution, together with templates and a quality checklist. It is aimed at agencies, merchants, and others who need custom PHP without writing it themselves. The generated package still needs testing and installation in the target WordPress environment.
Build and revise day-by-day self-study plans for language learning
Project overview
la-profe creates a language self-study route from the learner’s level, goal, available time, interests, and materials. Setup builds a monthly path and a daily block; review recalculates the next block from progress; adjust makes a smaller change when the current plan is too hard, boring, or time-consuming. Plans are stored as ordinary Markdown files. The skill does not teach lessons, create flashcards, or track attendance, and is grounded in SLA study principles.
Reason through complex health questions with cautious first-principles thinking
Project overview
OpenBioHack helps a person reason through difficult health questions using their own data, keeping several possible mechanisms open instead of collapsing to a diagnosis. It can rank low-risk, reversible options to consider and observe, while showing the reasoning so the person can discuss it with a qualified clinician. The project is educational and non-directive: it is not medical advice, a diagnosis, or a medical device, and it does not make decisions for the user or clinician.
Compress Claude inputs and outputs while preserving technical detail
Project overview
Spartan reduces filler and repetition in Claude’s incoming material, outgoing answers, or both. Its lite, full, and ultra levels move from shorter sentences to denser fragments and abbreviations, while keeping code blocks, technical terms, error messages, numbers, and security warnings intact. Clarity takes priority again for destructive actions and other safety-sensitive steps. The skill works in Claude.ai, Cowork, and Claude Code and is controlled through commands such as spartan in, spartan out, and spartan status.
Prepare a GitHub project with launch files, metadata, and distribution copy
Project overview
claude-github-launch turns a trigger phrase into a guided GitHub launch: it checks authentication and secrets, reads the project, creates plugin and CI structure, generates a social preview, writes a landing-page README, and adds changelog, license, and ignore files. It can then set topics, labels, Discussions, and a release, followed by ready-to-paste copy for Reddit, X, Hacker News, and an awesome list. Existing skill content and environment files are protected, and a secret scan stops the process when needed.
Explains AI and coding to beginners with analogies, patience, and practical guidance.
Project overview
teach-me-a-lesson helps complete beginners understand Claude, AI tools, and programming through one clear analogy at a time. It combines explanation with blame-free troubleshooting, can save knowledge notes, flag wasted context, and adapt its language and tone. While you work, it warns about risky commands, exposed keys, and irreversible actions without deciding for you. Personal knowledge files are optional.
Interprets GitHub traffic, clones, referrers, and stars into one next action.
Project overview
github-growth-check turns GitHub traffic metadata into a diagnostic brief that tells you whether a repository is growing, flat, or simply past its launch spike—and what to do next. It compares traffic, clones, referrers, popular paths, and stars using source-specific benchmarks, excludes the API’s latest reporting lag, and stores snapshots for longer history. It is read-only and requires an authenticated GitHub CLI with access to the target repository.
Routes one authorized security objective to a focused domain guide.
Project overview
superhacker-skill accepts one security objective and routes it to exactly one of 14 focused reference areas, ranging from web and API security to cloud, identity, incident response, forensics, and passive clue discovery. Only the selected guide is loaded, keeping the working context narrow instead of dumping every technique at once. The authorization gate is mandatory: use is limited to systems you own or explicitly have permission to test.
Turns medical syllabi and lecture slides into source-attributed review notes.
Project overview
Review organizes a medical course folder by matching the syllabus, teaching calendar, and lecture slides chapter by chapter, then produces exhaustive Markdown and HTML notes with optional Anki cards and a Mermaid map. Numerical values and procedural steps stay verbatim, while missing or conflicting material is marked rather than filled in. Its cross-checking workflow has been used for surgery, preventive medicine, and anesthesiology; the local install needs the listed PDF, Office, and spreadsheet parsers.
General skillSEO and search optimizationModel Context Protocol
se-ranking-analyst-skill
@bogdankrupin
Turns SE Ranking data into consistent SEO reports with safe period comparisons.
Project overview
SE Ranking Analyst resolves the tracked project and uses dates that actually exist before comparing rankings, AI-search mentions, backlinks, and site-check findings. It reports current-minus-baseline changes in words, distinguishes real no-data periods from guesses, and ends with prioritized actions and data notes. The skill works through the SE Ranking MCP connector or API and consumes the user’s account credits; it is useful for agencies, in-house teams, and consultants who need repeatable client reports.
Builds a queryable knowledge base where every answer points back to its source.
Project overview
kb-with-receipts turns scattered product documents, design files, and tutorial videos into a Markdown knowledge base with file-and-section citations, then feeds it to a no-code Q&A tool and a reusable agent skill. Its method preserves numbers and rules verbatim, tags every section, lets newer material supersede older versions with a note, and runs question-based QA plus integrity checks. It is tool-agnostic, but the source material still needs domain experts to catch drafts or unbuilt ideas.
Checks and hardens GCP, AWS, and Azure with approval-gated CIS remediation.
Project overview
hardEningCLOUD_byDM20911 turns cloud inventory, CIS checks, and approval-gated remediation into one auditable hardening workflow. It records evidence for each finding, compares posture before and after changes, and applies anti-lockout checks before any write. The same method is packaged for Claude, Gemini, Codex, and local models; use it only on accounts or client environments you are authorized to assess.
Presents agent proposals in a private decision page before anything is applied.
Project overview
human-review-site is a recipe and kit for propose-before-apply workflows. It serves a bespoke HTML page privately on localhost or a Tailscale tailnet, lets a person review many independent decisions, and exports one standard JSON envelope through the clipboard so the agent can apply only accepted items. Decisions persist in localStorage and the agent must test transport and rendering before presenting the URL. The examples use plain HTML, CSS, and JavaScript without a build step.
Indexes ready-made design asset sources by category for quick agent lookup.
Project overview
Design Assets Index gives an agent a navigable catalog of external sources for stock photos, icons, fonts, color palettes, mockups, UI kits, and templates. The main skill offers a few picks per category and points to fuller Markdown lists that load only when needed. It is deliberately a link-and-note resource index rather than a design tutorial, and users still need to check each source’s availability and license.
Finds design tools by purpose, from prototyping and animation to handoff and accessibility.
Project overview
Design Tools Index points agents to external tools across color, graphic assets, UI and wireframing, prototyping, animation, handoff, accessibility, research, collaboration, and design systems. Its dispatch file shows a few top picks and loads the complete category lists only when needed. This is navigation rather than instruction, curated from the Awesome Design Tools collection; the original list remains broader and may be updated more often.
Indexes major design systems, token references, pattern libraries, and React components.
Project overview
Design Systems Index helps an agent find mature systems to study or adopt, covering major company libraries, design-token resources, pattern libraries, and React or React Native component collections. The main file dispatches to a few picks and category references rather than teaching token architecture or duplicating a local design-system method. Its links are curated from two community lists, so they are a starting point for selection, not a substitute for checking the current source.
Indexes runnable Swift animation examples by iOS interaction pattern.
Project overview
iOS Motion Patterns Index catalogs runnable Swift animation examples for menus, transitions, indicators, alerts, tables, collection views, and UI controls. Its dispatch file gives a few representative links and sends the agent to fuller category lists only when needed. The project intentionally complements animation how-to skills rather than duplicating them: use it when you need working code for a swipe-to-delete card or custom transition, not general theory.
Decodes METAR, SPECI, and TAF messages into readable weather details.
Project overview
METAR & TAF Decoder parses aviation weather reports field by field, covering US/FAA, international, and military conventions. It resolves the ICAO station, explains wind, visibility, runway range, weather, cloud layers, temperature, pressure, remarks, and forecast changes, then converts the result to local time and readable units. The default output combines a plain-language decode with a Discord-ready block; the timezone and temperature preferences are configurable, and ACARS or VDL2 are not supported.