baoyu-url-to-markdown
Safe 71Convert 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 64Format 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 67Verify 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 70Review 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 70Debug 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 69Translate 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.
prd
Safe 73Generate Product Requirements Documents
by github
Transform vague feature ideas into structured, production-ready PRDs. This skill bridges business vision and technical execution with clear requirements, user stories, and success metrics.
documentation-writer
Safe 70Generate Professional Technical Documentation
by github
Struggling to create clear, structured software documentation? This skill applies the proven DiΓ‘taxis framework to produce tutorials, how-to guides, reference docs, and explanations.
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 68Debug 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.
add-cuda-kernel
Safe 67Add CUDA Kernels to FlashInfer
by flashinfer-ai
FlashInfer needs new GPU kernels but the process is unclear. This tutorial provides step-by-step instructions for adding element-wise CUDA operations, covering kernel definition, TVM-FFI bindings, Python APIs, testing, and benchmarking.
firebase-firestore-standard
Safe 75Set up and secure Cloud Firestore databases
by firebase
Firebase developers need clear guidance on provisioning Firestore, writing secure rules, and using the SDK correctly. This skill provides comprehensive documentation covering all aspects of Firestore Standard Edition.
firebase-auth-basics
Safe 74Implement Firebase Authentication
by firebase
Add secure user authentication to your application without building auth infrastructure from scratch. This skill guides you through Firebase Authentication setup with support for multiple sign-in providers and security rules.
markdown-toc
Safe 69Generate Table of Contents for Markdown
by Emasoft
Manually creating and updating Table of Contents in markdown files is time-consuming and error-prone. This skill automatically generates and updates TOCs by parsing headers, supporting batch processing, configurable depth levels, and smart insertion modes.
ghe-design
Safe 69Write requirements with domain-appropriate patterns
by Emasoft
Writing requirements documents can result in inconsistent and ambiguous specifications. This skill provides guidance patterns for different domains including mathematical specs, game mechanics, financial systems, distributed architectures, and security requirements.
ghe-changelog
Safe 69Generate changelog from git changes
by Emasoft
Manually tracking project changes across releases is error-prone and time-consuming. This skill automates changelog generation by analyzing git commits, diffs, and file changes to categorize updates into features, fixes, requirements, and design decisions.
global-commenting
Safe 69Write clean, focused code comments
by EIS-ITS
Poor or outdated comments create confusion and technical debt. This skill provides clear guidelines for writing comments that explain why decisions were made, helping developers create self-documenting code that stays relevant over time.
writing-skills
Safe 69Create bulletproof AI skills with TDD methodology
by DYAI2025
Writing effective AI skills is hard. This skill applies test-driven development principles to skill documentation, ensuring your skills actually work under pressure before deployment.