Agent Skills on Maven Central

Publish a SkillsJar

api-and-interface-design

Security Scanned

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__api-and-interface-design</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

ci-cd-and-automation

Security Scanned

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__ci-cd-and-automation</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

code-review-and-quality

Security Scanned

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__code-review-and-quality</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

code-simplification

Security Scanned

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__code-simplification</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

context-engineering

Security Scanned

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__context-engineering</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

debugging-and-error-recovery

Security Scanned

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__debugging-and-error-recovery</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

deprecation-and-migration

Security Scanned

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__deprecation-and-migration</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

documentation-and-adrs

Security Scanned

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__documentation-and-adrs</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

frontend-ui-engineering

Security Scanned

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__frontend-ui-engineering</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

idea-refine

Security Scanned

Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__idea-refine</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

incremental-implementation

Security Scanned

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__incremental-implementation</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

performance-optimization

Security Scanned

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__performance-optimization</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

planning-and-task-breakdown

Security Scanned

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__planning-and-task-breakdown</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

shipping-and-launch

Security Scanned

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__shipping-and-launch</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

spec-driven-development

Security Scanned

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__spec-driven-development</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

test-driven-development

Security Scanned

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__test-driven-development</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

using-agent-skills

Security Scanned

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>addyosmani__agent-skills__using-agent-skills</artifactId>
    <version>2026_04_03-a806c63</version>
</dependency>

algorithmic-art

Security Scanned

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__algorithmic-art</artifactId>
    <version>2026_03_06-b0cbd3d</version>
</dependency>

brand-guidelines

Security Scanned

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__brand-guidelines</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

canvas-design

Security Scanned

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__canvas-design</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

docx

Security Scanned

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__docx</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

frontend-design

Security Scanned

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__frontend-design</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

internal-comms

Security Scanned

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__internal-comms</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

mcp-builder

Security Scanned

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__mcp-builder</artifactId>
    <version>2026_03_06-b0cbd3d</version>
</dependency>

pdf

Security Scanned

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__pdf</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

pptx

Security Scanned

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__pptx</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

skill-creator

Security Scanned

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__skill-creator</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

slack-gif-creator

Security Scanned

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__slack-gif-creator</artifactId>
    <version>2026_03_06-b0cbd3d</version>
</dependency>

theme-factory

Security Scanned

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__theme-factory</artifactId>
    <version>2026_03_06-b0cbd3d</version>
</dependency>

web-artifacts-builder

Security Scanned

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__web-artifacts-builder</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

webapp-testing

Security Scanned

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__webapp-testing</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

xlsx

Security Scanned

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>anthropics__skills__xlsx</artifactId>
    <version>2026_02_25-3d59511</version>
</dependency>

browser-use

Security Scanned

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>browser-use__browser-use__browser-use</artifactId>
    <version>2026_02_23-1d154e1</version>
</dependency>

remote-browser

Security Scanned

Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>browser-use__browser-use__remote-browser</artifactId>
    <version>2026_02_23-1d154e1</version>
</dependency>

jdb-debugger

Security Scanned

Debug Java applications in real time using JDB (Java Debugger CLI). Attach to running JVMs or launch new ones under JDB, set breakpoints, step through code, inspect variables, analyze threads, and diagnose exceptions. Use when debugging Java programs, investigating runtime behavior, or diagnosing production issues on JVMs with JDWP enabled.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>brunoborges__jdb-agentic-debugger__jdb-debugger</artifactId>
    <version>2026_02_19-4b3ade6</version>
</dependency>

ab-test-setup

Security Scanned

When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," or "how long should I run this test." Use this whenever someone is comparing two approaches and wants to measure which performs better. For tracking implementation, see analytics-tracking. For page-level conversion optimization, see page-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__ab-test-setup</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

ad-creative

Security Scanned

When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative testing,' or 'ad performance optimization.' This skill covers generating ad creative at scale, iterating based on performance data, and enforcing platform character limits. For campaign strategy and targeting, see paid-ads. For landing page copy, see copywriting.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__ad-creative</artifactId>
    <version>2026_02_23-0c24410</version>
</dependency>

ai-seo

Security Scanned

When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' or 'optimize for Claude/Gemini.' Use this whenever someone wants their content to be cited or surfaced by AI assistants and AI search engines. For traditional technical and on-page SEO audits, see seo-audit. For structured data implementation, see schema-markup.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__ai-seo</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

analytics-tracking

Security Scanned

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__analytics-tracking</artifactId>
    <version>2026_02_23-0c24410</version>
</dependency>

churn-prevention

Security Scanned

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers or wants to build systems to prevent it. For post-cancel win-back email sequences, see email-sequence. For in-app upgrade paywalls, see paywall-upgrade-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__churn-prevention</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

cold-email

Security Scanned

Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Also use when the user mentions "cold outreach," "prospecting email," "outbound email," "email to leads," "reach out to prospects," "sales email," "follow-up email sequence," "nobody's replying to my emails," or "how do I write a cold email." Covers subject lines, opening lines, body copy, CTAs, personalization, and multi-touch follow-up sequences. For warm/lifecycle email sequences, see email-sequence. For sales collateral beyond emails, see sales-enablement.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__cold-email</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

competitor-alternatives

Security Scanned

When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' 'competitive landing pages,' 'how do we compare to X,' 'battle card,' or 'competitor teardown.' Use this for any content that positions your product against competitors. Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. For sales-specific competitor docs, see sales-enablement.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__competitor-alternatives</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

content-strategy

Security Scanned

When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," or "content planning." For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__content-strategy</artifactId>
    <version>2026_03_02-a3516be</version>
</dependency>

copy-editing

Security Scanned

When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' or 'sharpen the messaging.' Use this when the user already has copy and wants it improved rather than rewritten from scratch. For writing new copy, see copywriting.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__copy-editing</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

copywriting

Security Scanned

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "value proposition," "tagline," "subheadline," "hero section copy," "above the fold," "this copy is weak," "make this more compelling," or "help me describe my product." Use this whenever someone is working on website text that needs to persuade or convert. For email copy, see email-sequence. For popup copy, see popup-cro. For editing existing copy, see copy-editing.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__copywriting</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

email-sequence

Security Scanned

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle emails." For in-app onboarding, see onboarding-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__email-sequence</artifactId>
    <version>2026_02_23-0c24410</version>
</dependency>

form-cro

Security Scanned

When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," "contact form," "nobody fills out our form," "form abandonment," "too many fields," "demo request form," or "lead form isn't converting." Use this for any non-signup form that captures information. For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__form-cro</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

free-tool-strategy

Security Scanned

When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," "free resource," "ROI calculator," "grader tool," "audit tool," "should I build a free tool," or "tools for lead gen." Use this whenever someone wants to build something useful and give it away to attract leads or earn links. For downloadable content lead magnets (ebooks, checklists, templates), see lead-magnets.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__free-tool-strategy</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

launch-strategy

Security Scanned

When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' 'product update,' 'how do I launch this,' 'launch checklist,' 'GTM plan,' or 'we're about to ship.' Use this whenever someone is preparing to release something publicly. For ongoing marketing after launch, see marketing-ideas.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__launch-strategy</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

lead-magnets

Security Scanned

When the user wants to create, plan, or optimize a lead magnet for email capture or lead generation. Also use when the user mentions "lead magnet," "gated content," "content upgrade," "downloadable," "ebook," "cheat sheet," "checklist," "template download," "opt-in," "freebie," "PDF download," "resource library," "content offer," "email capture content," "Notion template," "spreadsheet template," or "what should I give away for emails." Use this for planning what to create and how to distribute it. For interactive tools as lead magnets, see free-tool-strategy. For writing the actual content, see copywriting. For the email sequence after capture, see email-sequence.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__lead-magnets</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

marketing-ideas

Security Scanned

When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' 'ideas to grow,' 'what else can I try,' 'I don't know how to market this,' 'brainstorm marketing,' or 'what marketing should I do.' Use this as a starting point whenever someone is stuck or looking for inspiration on how to grow. For specific channel execution, see the relevant skill (paid-ads, social-content, email-sequence, etc.).

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__marketing-ideas</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

marketing-psychology

Security Scanned

When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' 'consumer behavior,' 'anchoring,' 'social proof,' 'scarcity,' 'loss aversion,' 'framing,' or 'nudge.' Use this whenever someone wants to understand or leverage how people think and make decisions in a marketing context.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__marketing-psychology</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

onboarding-cro

Security Scanned

When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding flow," "activation rate," "user activation," "first-run experience," "empty states," "onboarding checklist," "aha moment," "new user experience," "users aren't activating," "nobody completes setup," "low activation rate," "users sign up but don't use the product," "time to value," or "first session experience." Use this whenever users are signing up but not sticking around. For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__onboarding-cro</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

page-cro

Security Scanned

When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says "CRO," "conversion rate optimization," "this page isn't converting," "improve conversions," "why isn't this page working," "my landing page sucks," "nobody's converting," "low conversion rate," "bounce rate is too high," "people leave without signing up," or "this page needs work." Use this even if the user just shares a URL and asks for feedback — they probably want conversion help. For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__page-cro</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

paid-ads

Security Scanned

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, audience targeting, and optimization. For bulk ad creative generation and iteration, see ad-creative.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__paid-ads</artifactId>
    <version>2026_02_23-0c24410</version>
</dependency>

paywall-upgrade-cro

Security Scanned

When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "feature gate," "convert free to paid," "freemium conversion," "trial expiration screen," "limit reached screen," "plan upgrade prompt," "in-app pricing," "free users won't upgrade," "trial to paid conversion," or "how do I get users to pay." Use this for any in-product moment where you're asking users to upgrade. Distinct from public pricing pages (see page-cro) — this focuses on in-product upgrade moments where the user has already experienced value. For pricing decisions, see pricing-strategy.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__paywall-upgrade-cro</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

popup-cro

Security Scanned

When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conversion purposes. Also use when the user mentions "exit intent," "popup conversions," "modal optimization," "lead capture popup," "email popup," "announcement banner," "overlay," "collect emails with a popup," "exit popup," "scroll trigger," "sticky bar," or "notification bar." Use this for any overlay or interrupt-style conversion element. For forms outside of popups, see form-cro. For general page conversion optimization, see page-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__popup-cro</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

pricing-strategy

Security Scanned

When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' 'monetization,' 'how much should I charge,' 'my pricing is wrong,' 'pricing page,' 'annual vs monthly,' 'per seat pricing,' or 'should I offer a free plan.' Use this whenever someone is figuring out what to charge or how to structure their plans. For in-app upgrade screens, see paywall-upgrade-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__pricing-strategy</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

product-marketing-context

Security Scanned

When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' 'who is my target audience,' 'describe my product,' 'ICP,' 'ideal customer profile,' or wants to avoid repeating foundational information across marketing tasks. Use this at the start of any new project before using other marketing skills — it creates `.agents/product-marketing-context.md` that all other skills reference for product, audience, and positioning context.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__product-marketing-context</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

programmatic-seo

Security Scanned

When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," "building many pages for SEO," "pSEO," "generate 100 pages," "data-driven pages," or "templated landing pages." Use this whenever someone wants to create many similar pages targeting different keywords or locations. For auditing existing SEO issues, see seo-audit. For content strategy planning, see content-strategy.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__programmatic-seo</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

referral-program

Security Scanned

When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referral,' 'affiliate,' 'ambassador,' 'word of mouth,' 'viral loop,' 'refer a friend,' or 'partner program.' This skill covers program design, incentive structure, and growth optimization.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__referral-program</artifactId>
    <version>2026_02_23-0c24410</version>
</dependency>

sales-enablement

Security Scanned

When the user wants to create sales collateral, pitch decks, one-pagers, objection handling docs, or demo scripts. Also use when the user mentions 'sales deck,' 'pitch deck,' 'one-pager,' 'leave-behind,' 'objection handling,' 'deal-specific ROI analysis,' 'demo script,' 'talk track,' 'sales playbook,' 'proposal template,' 'buyer persona card,' 'help my sales team,' 'sales materials,' or 'what should I give my sales reps.' Use this for any document or asset that helps a sales team close deals. For competitor comparison pages and battle cards, see competitor-alternatives. For marketing website copy, see copywriting. For cold outreach emails, see cold-email.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__sales-enablement</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

schema-markup

Security Scanned

When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," "breadcrumb schema," "Google rich results," "knowledge panel," "star ratings in search," or "add structured data." Use this whenever someone wants their pages to show enhanced results in Google. For broader SEO issues, see seo-audit. For AI search optimization, see ai-seo.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__schema-markup</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

seo-audit

Security Scanned

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup. For AI search optimization, see ai-seo.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__seo-audit</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

signup-flow-cro

Security Scanned

When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "registration friction," "signup form optimization," "free trial signup," "reduce signup dropoff," "account creation flow," "people aren't signing up," "signup abandonment," "trial conversion rate," "nobody completes registration," "too many steps to sign up," or "simplify our signup." Use this whenever the user has a signup or registration flow that isn't performing. For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__signup-flow-cro</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

site-architecture

Security Scanned

When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what pages a website should have and how they connect. NOT for XML sitemaps (that's technical SEO — see seo-audit). For SEO audits, see seo-audit. For structured data, see schema-markup.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__site-architecture</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

social-content

Security Scanned

When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' 'viral content,' 'what should I post,' 'repurpose this content,' 'tweet ideas,' 'LinkedIn carousel,' 'social media strategy,' or 'grow my following.' Use this for any social media content creation, repurposing, or scheduling task. For broader content strategy, see content-strategy.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>coreyhaines31__marketingskills__social-content</artifactId>
    <version>2026_03_14-9d4d29a</version>
</dependency>

azure-role-selector

Security Scanned

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__azure-role-selector</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

bigquery-pipeline-audit

Security Scanned

Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__bigquery-pipeline-audit</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

create-architectural-decision-record

Security Scanned

Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__create-architectural-decision-record</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

create-technical-spike

Security Scanned

Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__create-technical-spike</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

csharp-async

Security Scanned

Get best practices for C# async programming

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__csharp-async</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

csharp-docs

Security Scanned

Ensure that C# types are documented with XML comments and follow best practices for documentation.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__csharp-docs</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

debian-linux-triage

Security Scanned

Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__debian-linux-triage</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

editorconfig

Security Scanned

Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__editorconfig</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

ef-core

Security Scanned

Get best practices for Entity Framework Core

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__ef-core</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

first-ask

Security Scanned

Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__first-ask</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

mcp-configure

Security Scanned

Configure an MCP server for GitHub Copilot with your Dataverse environment.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__mcp-configure</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

microsoft-skill-creator

Security Scanned

Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__microsoft-skill-creator</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

my-issues

Security Scanned

List my issues in the current repository

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__my-issues</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

openapi-to-application-code

Security Scanned

Generate a complete, production-ready application from an OpenAPI specification

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__openapi-to-application-code</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

pdftk-server

Security Scanned

Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__pdftk-server</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

powerbi-modeling

Security Scanned

Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on queries about DAX calculations, table relationships, dimension/fact table design, naming conventions, model documentation, cardinality, cross-filter direction, calculation groups, and data model best practices. Always connects to the active model first using power-bi-modeling MCP tools to understand the data structure before providing guidance.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__powerbi-modeling</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

pytest-coverage

Security Scanned

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__pytest-coverage</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

refactor

Security Scanned

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__refactor</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

structured-autonomy-implement

Security Scanned

Structured Autonomy Implementation Prompt

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__structured-autonomy-implement</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

update-implementation-plan

Security Scanned

Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__update-implementation-plan</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

workiq-copilot

Security Scanned

Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>github__awesome-copilot__workiq-copilot</artifactId>
    <version>2026_02_25-436de60</version>
</dependency>

jbang-mcp-server

Security Scanned

Scaffolds and installs zero boilerplate Java-based MCP STDIO servers using JBang and LangChain4j for Gemini CLI. Use this to quickly bootstrap an MCP server from scratch.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>glaforge__java-stdio-mcp-server</artifactId>
    <version>2026_02_23-fd22da1</version>
</dependency>

110-java-maven-best-practices

Security Scanned

Use when you need to improve your Maven pom.xml using best practices

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>jabrena__cursor-rules-java__110-java-maven-best-practices</artifactId>
    <version>2026_02_23-96a0bd2</version>
</dependency>

111-java-maven-dependencies

Security Scanned

Use when you need to think to add maven dependencies to your project

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>jabrena__cursor-rules-java__111-java-maven-dependencies</artifactId>
    <version>2026_02_23-96a0bd2</version>
</dependency>

dr-jskill

Security Scanned

Creates Java + Spring Boot projects: Web applications, full-stack apps with Vue.js or Angular or React or vanilla JS, PostgreSQL, REST APIs, and Docker. Use when creating Spring Boot projects, setting up Java microservices, or building enterprise applications with the Spring Framework.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>jdubois__dr-jskill</artifactId>
    <version>2026_02_19-a951a5e</version>
</dependency>

brainstorming

Security Scanned

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__brainstorming</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

dispatching-parallel-agents

Security Scanned

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__dispatching-parallel-agents</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

executing-plans

Security Scanned

Use when you have a written implementation plan to execute in a separate session with review checkpoints

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__executing-plans</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

finishing-a-development-branch

Security Scanned

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__finishing-a-development-branch</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

receiving-code-review

Security Scanned

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__receiving-code-review</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

requesting-code-review

Security Scanned

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__requesting-code-review</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

subagent-driven-development

Security Scanned

Use when executing implementation plans with independent tasks in the current session

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__subagent-driven-development</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

systematic-debugging

Security Scanned

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__systematic-debugging</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

using-git-worktrees

Security Scanned

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__using-git-worktrees</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

verification-before-completion

Security Scanned

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__verification-before-completion</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

writing-plans

Security Scanned

Use when you have a spec or requirements for a multi-step task, before touching code

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>obra__superpowers__writing-plans</artifactId>
    <version>2026_02_21-e4a2375</version>
</dependency>

creating-canvas-video-animations

Security Scanned

Creates animated video content using HTML5 Canvas and JavaScript. Generates self-contained HTML files with canvas-based animations that can be previewed in a browser and exported to MP4 using Puppeteer and FFmpeg. Use when the user wants to create animated videos, motion graphics, promotional clips, tutorial animations, or any visual content rendered frame-by-frame on canvas.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>siegerts__skill-canvas-video__creating-canvas-video-animations</artifactId>
    <version>2026_03_27-3bde609</version>
</dependency>

spring-boot-skill

Security Scanned

Build Spring Boot 4.x applications following best practices. Use when developing or modifying Spring Boot apps that use Spring MVC, Spring Data JPA, Spring Modulith, Spring Security, or Spring Boot testing including package structure, REST APIs, entities/repositories, service layer, modular monoliths, and REST API tests. Configure Maven pom.xml with supporting plugins and configurations to improve code quality, and testing. Use Taskfile for easier execution of common tasks while working with a Spring Boot application.

<dependency>
    <groupId>com.skillsjars</groupId>
    <artifactId>sivaprasadreddy__sivalabs-agent-skills__spring-boot</artifactId>
    <version>2026_02_23-dba3310</version>
</dependency>

James Ward's Agent Skills

A SkillsJar to guide your AI to code like James Ward

<dependency>
    <groupId>com.jamesward</groupId>
    <artifactId>skills</artifactId>
    <version>0.0.1</version>
</dependency>

Spring Testing Skills

SkillsJars for testing Spring applications — curated patterns for JPA, REST, Security, WebFlux, WebSocket, and test fundamentals

<dependency>
    <groupId>org.springaicommunity</groupId>
    <artifactId>spring-testing-skills</artifactId>
    <version>1.0.0</version>
</dependency>