workflow-stop-design
Safe 65Design workflow stop mechanism
by labring
Need to implement graceful workflow termination in your AI agent system. This design document provides a Redis-based state management solution with API endpoints and polling patterns for reliable workflow stopping.
workflow-interactive-dev
Safe 66ๅผๅ FastGPT ๅทฅไฝๆตไบคไบ่็น
by labring
FastGPT ๅทฅไฝๆตๆฏๆๆๅๅนถ็ญๅพ ็จๆท่พๅ ฅใๆฌๆๅ่ฏฆ็ป่ฏดๆไบคไบ่็น็ๅฎๆดๅผๅๆต็จ๏ผๅ ๆฌ็ฑปๅๅฎไนใๆง่ก้ป่พใๅ็ซฏ็ปไปถๅๅฝ้ ๅๆฏๆใ
create-skill-file
Safe 68Create Well-Structured AI Skills
by labring
Building AI skills is hard without proper structure. This guide provides proven templates and best practices for creating skills that work reliably and are easy to discover. It includes ready-to-use templates for basic and workflow skills.
obsidian-markdown
Safe 70Create Obsidian Flavored Markdown
by kepano
Obsidian uses unique syntax extensions beyond standard Markdown. This skill provides complete reference documentation for wikilinks, callouts, properties, embeds, and other Obsidian-specific features. Use this skill to generate valid Obsidian notes that work seamlessly with the Obsidian app.
venue-templates
Safe 80Format academic papers with venue-specific templates
by K-Dense-AI
Academic publishing requires strict formatting compliance. This skill provides ready-to-use LaTeX templates and detailed requirements for 50+ top journals, conferences, and grant agencies. Get perfectly formatted documents without manual template hunting.
treatment-plans
Safe 79Create Medical Treatment Plans
by K-Dense-AI
Generate professional medical treatment plans in LaTeX format for any clinical specialty. Includes HIPAA compliance guidance, SMART goal frameworks, and validation tools for patient-centered care documentation.
markitdown
Low Risk 77Convert documents to Markdown
by K-Dense-AI
Converting documents to Markdown makes them token-efficient and easy to process for AI models. MarkItDown supports 15+ formats including PDF, DOCX, PPTX, XLSX, images, audio, and web pages.
latex-posters
Safe 79Create scientific research posters in LaTeX
by K-Dense-AI
Research posters are essential for scientific communication at conferences. This skill provides comprehensive guidance for creating professional research posters using LaTeX packages like beamerposter, tikzposter, and baposter. Generate publication-quality posters with proper layout, typography, and visual hierarchy.
iso-13485-certification
Safe 80Prepare ISO 13485 certification documentation
by K-Dense-AI
Medical device companies need comprehensive ISO 13485 documentation for quality management certification. This skill provides templates, gap analysis tools, and step-by-step guidance to create all required QMS documents efficiently.
docx
Safe 71Create and edit Word documents
by K-Dense-AI
This skill provides a complete toolkit for Word document operations. Create new documents from scratch with JavaScript, edit existing documents with Python, and manage tracked changes and comments with proper OOXML compliance.
baoyu-url-to-markdown
Safe 72Convert Webpages to Markdown
by jimliu
Converts any webpage to clean markdown using Chrome browser automation. Supports dynamic pages requiring login and outputs structured markdown with metadata.
baoyu-format-markdown
Low Risk 69Format Markdown Files
by jimliu
Transforms plain text and markdown files into well-structured documents with proper frontmatter, typography, and formatting. Outputs clean, publication-ready markdown with CJK language support.
doc-sync
Safe 69Verify IdeaVim docs match code changes
by JetBrains
Documentation often drifts after code updates and creates broken examples for users. This skill provides a structured workflow to compare docs against working code and identify discrepancies.
changelog
Safe 69Maintain project changelogs automatically
by JetBrains
Keeping changelogs updated is time-consuming and error-prone. This skill automates the process by analyzing commits, PRs, and releases to generate accurate, user-focused changelog entries following the IdeaVim format.
doc-consistency-reviewer
Safe 72Review Documentation Consistency
by hylarucoder
Documentation often becomes outdated as code evolves. This skill systematically compares documentation against source code, configuration files, and API contracts to identify inconsistencies before they cause problems for users.
vue-debug-guides
Safe 74Debug Vue 3 Applications
by hyf0
Vue 3 applications can exhibit mysterious runtime errors, unexpected re-renders, and SSR hydration issues that are difficult to diagnose. This skill provides comprehensive debugging guides for identifying and fixing common Vue 3 pitfalls across reactivity, components, templates, and server-side rendering.
skill-i18n
Safe 70Translate skill documentation into multiple languages
by guo-yu
This skill translates SKILL.md and README.md files into multiple languages including Chinese, Japanese, Korean, and Spanish. It preserves code blocks and technical terms while adapting natural language content to each locale. Configure once and automatically translate all new skills.
create-pr
Safe 69Create pull requests with Sentry conventions
by getsentry
This skill guides you through creating GitHub pull requests following Sentry engineering practices. It provides step-by-step instructions for branch verification, change analysis, and PR description writing. The skill ensures consistent PR formatting and helps teams maintain code review standards.
commit
Safe 69Create commit messages with Sentry conventions
by getsentry
Writing clear, consistent commit messages helps teams understand code changes and track issues. This skill generates standardized commit messages following conventional commits format with Sentry-specific issue references and formatting rules.
debug-cuda-crash
Safe 70Debug CUDA Crashes in FlashInfer
by flashinfer-ai
CUDA crashes often leave no debugging information. This tutorial teaches you to use FlashInfer's API logging to capture tensor metadata before crashes. Learn to identify shape mismatches, dtype errors, and numerical issues quickly.