Plugins

12 plugins

Results for “ma”

556 skills
brycewang-stanford
Md To DOCX
Convert Markdown files to Word documents (.docx) with proper formatting, Chinese font support (FangSong for all text including headings), black font color, 1.5x line spacing, precise first-line indent (24pt), heading spacing after (1 line), no italic headings, and automatic superscript conversion for citation numbers. Use when converting .md files to .docx, creating Word documents from markdown, or when user mentions Word, DOCX, or document conversion. Requires pandoc.
1k · bundle
brycewang-stanford
Readability
Correct grammar errors, typos, and improve academic readability in LaTeX, Markdown, or plain-text manuscripts. Scans the document once, then walks through every issue one-by-one asking for approval before applying each fix. Trigger when the user says "readability", "check grammar", "fix typos", "proofread for grammar", "improve readability", "polish wording", "语言润色", "修语法", or asks you to clean up the prose in a paper/chapter/section without wanting full content restructuring.
1k
antigravity
Notebooklm
Query Google NotebookLM notebooks using Gemini's source-grounded answers. Automates browser-based authentication, notebook management, and question-answering workflows.
42.4k · bundle
github
Comment Code Generate A Tutorial
Refactors a Python script into a beginner-friendly project with clear comments and a complete markdown tutorial.
36.2k
composiohq
Changelog Generator
Transforms technical git commits into polished, user-friendly changelogs by analyzing commit history, categorizing changes, and generating customer-ready release notes.
66.9k
composiohq
Tailored Resume Generator
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances.
66.9k
memento-teams
PPTX
Create, read, edit, and convert .pptx presentations using python-pptx and PptxGenJS, with design guidance for professional slide decks.
1.5k · bundle
kvn8888
Retrospective
Creates a technical journey retrospective document from a coding session, capturing decisions, tradeoffs, and debugging moments in a developer blog post style.
3 · bundle
nimoqup046-collab
PPTX Official
Creates, edits, and analyzes PowerPoint .pptx files, including text extraction, raw XML access, and design guidance for building presentations from scratch.
2 · bundle
nimoqup046-collab
Shadcn
Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems.
2 · bundle
lucaspmarie-a11y
Shadcn
Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems.
5 · bundle
alterlab-ieu
Alterlab Mermaid
Writes Markdown documents and text-based Mermaid diagrams (flowcharts, sequence, class, ER, gantt, state, and more) with full style guides, 24 diagram-type references, and 9 document templates. Use when authoring a scientific document, report, analysis, or README, or when a diagram should be expressed as version-controllable Mermaid/Markdown text rather than a rendered image. For AI-rendered publication schematics use scientific-schematics instead. Part of the AlterLab Academic Skills suite.
60 · bundle
alirezarezvani
Gdpr Dsgvo Expert
Scans codebases for GDPR/DSGVO compliance issues, generates DPIA documentation, and tracks data subject rights requests with deadline management.
20.4k · bundle
alirezarezvani
Changelog Generator
Generate consistent, auditable release notes from Conventional Commits, compute semantic version bumps, and enforce commit format linting.
20.4k · bundle
microsoft
Azure Communication Callingserver Java
Provides guidance for maintaining legacy Azure Communication CallingServer Java SDK code and migrating to the Call Automation SDK.
2.7k · bundle
nvidia
Nemoclaw User Guide
Guides AI coding assistants to the official NemoClaw documentation via MCP server or Markdown files for installation, configuration, operation, and troubleshooting.
2.2k · bundle
github
From The Other Side Wiggins
Provides narrative synthesis, framing, and audience-aware communication patterns to improve decision narratives, written artifacts, and shared understanding.
36.2k
k-dense-ai
Etetoolkit
Manipulate phylogenetic trees, detect evolutionary events, integrate NCBI taxonomy, and create publication-quality visualizations using the ETE toolkit.
30.2k · bundle
inference-sh
Product Changelog
Write changelogs and release notes that users actually read, with guidance on categorization, user-facing language, visuals, and distribution.
584
drnabeelkhan
Wiki Explore
Reviews unverified wiki pages flagged as explored: false, presenting them for human confirmation, editing, skipping, or deletion, and updating their status accordingly.
2
pwdev-solucoes
Platform Docs
Mantém a documentação técnica viva no Notion e no repositório, gerando runbooks, inventários, ADRs e procedimentos a partir da infraestrutura real.
2
galyarderlabs
Infrastructure
Generates user-facing changelogs for stable releases of the Galyarder Framework, following calendar versioning and including breaking changes, highlights, improvements, fixes, and contributor attribution.
20
moonklabs
Hwp Format
Guides creation of HWP/HWPX documents and Korean government business plan formatting, including fonts, margins, and conversion workflows.
0
paramchordiya
Software Architecture
Enforces system design, project structure, dependency management, error handling, testing, and documentation standards at principal-engineer level.
0
rootcastleco
PDF Official
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmaticall...
6 · bundle
7alexhale5
Regression Test
Manage golden dataset regression tests for LLM prompts using Promptfoo. Includes setup, test case capture, repeatable runs, and reports. Use after changing prompts or when checking for prompt regressions.
whd4
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.
0
danstrem2
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.
2
jackychenlu
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.
0
mattpocock
Code Review
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
236k · bundle
metinduraktr-44
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.
0
microsoft
Wiki Llms Txt
Generates llms.txt and llms-full.txt files that provide LLM-friendly access to wiki documentation, following the llms.txt specification.
2.7k
github
Breakdown Plan
Generates comprehensive GitHub project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated issue tracking.
36.2k
heygen
Embedded Captions
Add captions or subtitles to a single-subject talking-head video without editing the footage, using a catalog of visual identities.
· bundle
tinh2
Adr
Creates and manages Architecture Decision Records using the Michael Nygard format, including new ADR creation, retrospective analysis, superseding, deprecating, and index generation.
13
drnabeelkhan
Maxim Slides
Builds narrative-driven HTML slide decks for pitches, briefings, demos, and talks, applying persuasion frameworks and design tokens.
2 · bundle