All Skills

1150 skills found

Skills List

markdown-to-html

markdown-to-html

36Kresearch-knowledge

Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.

github avatargithub
獲取
refactor-method-complexity-reduce

refactor-method-complexity-reduce

36Ktesting-qa

Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.

github avatargithub
獲取
dataverse-python-production-code

dataverse-python-production-code

36Kbackend-api

Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices

github avatargithub
獲取
create-architectural-decision-record

create-architectural-decision-record

36Kresearch-knowledge

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

github avatargithub
獲取
meeting-minutes

meeting-minutes

36Kproductivity

Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.

github avatargithub
獲取
mcp-cli

mcp-cli

36Kmcp-integrations

Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line.

github avatargithub
獲取
csharp-xunit

csharp-xunit

36Ktesting-qa

Get best practices for XUnit unit testing, including data-driven tests

github avatargithub
獲取
azure-deployment-preflight

azure-deployment-preflight

36Kdevops-cloud

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.

github avatargithub
獲取
playwright-automation-fill-in-form

playwright-automation-fill-in-form

36Kprompting-reasoning

Automate filling in a form using Playwright MCP

github avatargithub
獲取
azure-devops-cli

azure-devops-cli

36Ksecurity

Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.

github avatargithub
獲取
sql-code-review

sql-code-review

36Kdatabase

Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.

github avatargithub
獲取
refactor-plan

refactor-plan

36Kresearch-knowledge

Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.

github avatargithub
獲取
javascript-typescript-jest

javascript-typescript-jest

36Ktesting-qa

Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.

github avatargithub
獲取
penpot-uiux-design

penpot-uiux-design

36Kdesign-ui

Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: "design a UI", "create interface", "build layout", "design dashboard", "create form", "design landing page", "make it accessible", "design system", "component library".

github avatargithub
獲取
create-agentsmd

create-agentsmd

36Ktesting-qa

Prompt for generating an AGENTS.md file for a repository

github avatargithub
獲取
create-implementation-plan

create-implementation-plan

36Ktesting-qa

Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

github avatargithub
獲取
pytest-coverage

pytest-coverage

36Ktesting-qa

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

github avatargithub
獲取
obsidian-markdown

obsidian-markdown

36Kagent-workflows

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

kepano avatarkepano
獲取
obsidian-cli

obsidian-cli

36Kagent-workflows

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

kepano avatarkepano
獲取
obsidian-bases

obsidian-bases

36Kagent-workflows

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano avatarkepano
獲取
json-canvas

json-canvas

36Kagent-workflows

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

kepano avatarkepano
獲取
defuddle

defuddle

36Kagent-workflows

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

kepano avatarkepano
獲取
conventional-commit

conventional-commit

36Kprompting-reasoning

Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.

github avatargithub
獲取
chrome-devtools

chrome-devtools

36Kbrowser-web

Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.

github avatargithub
獲取
Want a category view? Try /category/writing-content.