Results for “formatting”

172 skills
inference-sh
twitter-thread-creation
Write high-engagement Twitter/X threads with hook tweets, structured content, media attachments, and posting strategies.
584
ecnu-icalk
baoyu-format-markdown
Formats plain text or markdown files into well-structured markdown with frontmatter, headings, bold, lists, and typography fixes, outputting a new formatted file.
559 · bundle
jorcan
docx
Generates and edits Office Open XML (DOCX) documents with schema-compliant XML patterns for headings, lists, tables, formatting, images, hyperlinks, and tracked changes.
0 · bundle
jantoniofc
doc
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
6 · bundle
modbender
doc
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
12 · bundle
jarbitechture
doc
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
0 · bundle
jackychenlu
doc
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
0 · bundle
coreyone
the-elements-of-style-principles
Trigger: writing style, copy editing, simple copy, prose check, text clarity. Scope: Writing clear, direct, and concise English copy. Boundary: Excludes code formatting or marketing value propositions.
1 · bundle
cjthompson
python-quality-tools
Use when formatting, linting, or type-checking standalone Python files that are not governed by a repository toolchain. Do not use for pyproject.toml or repository-level tooling work.
1
k-dense-ai
venue-templates
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals.
30.2k · bundle
memento-teams
xlsx
Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv) with full formula support and professional formatting.
1.5k · bundle
majiayu000
sft
Fine-tune instruction-following LLMs with Unsloth's optimized SFTTrainer, covering dataset formatting, chat templates, training configuration, and thinking-model patterns.
567 · bundle
mariadb-corporation
mariadb-string-functions
Reference for MariaDB string functions: extraction, length, search, concatenation, modification, case, PCRE2 regex, formatting, and encoding, with common pitfalls and version notes.
0
paramchordiya
python-excellence
Enforces principal-engineer-level Python code quality: formatting, type safety, idiomatic patterns, class and function design, and anti-pattern prevention.
0
whd4
prompt-engineer
Designs and optimizes prompts for LLM-powered applications, covering system prompt architecture, context management, output formatting, and evaluation.
0
projectious-work
xlsx-modeling
Creating Excel spreadsheets programmatically with openpyxl — worksheets, data, formulas, charts, formatting, and named ranges. Use when generating financial models, data reports, dashboards, or any structured spreadsheet from data or templates.
0
lovits
contributor
GitHub 开源贡献自动化技能:根据目标公司和岗位寻找活跃项目,优先扫描 typo、README、Markdown、坏链接和 formatting 等低门槛机会,自动 fork、改动、验证并提交 PR,合并后把 contribution graph 酥化为 /asu 可用的简历素材;当用户输入“/contributor”、想刷 GitHub 绿点、做 first contribution、批量找开源小活或把 PR 写进简历时使用。
0 · bundle
sdiamante13
declutter
Refactors code by removing unused imports, variables, methods, redundant comments, and fixing formatting, with automatic test runs and commits after each step.
7
luokai0
duckdb-en
Runs SQL queries and data conversions on CSV, Parquet, and JSON files using the DuckDB command-line interface, including schema inspection and output formatting.
10 · bundle
oyi77
agent-docs
Writes documentation optimized for AI agent consumption, including SKILL.md, README, and API docs, using layered context hierarchies and RAG-friendly formatting.
10
danstrem2
excel
Read, write, edit, and format Excel files (.xlsx). Create spreadsheets, manipulate data, apply formatting, manage sheets, merge cells, find/replace, and export to CSV/JSON/Markdown. Use for any Excel file manipulation task.
2 · bundle
danstrem2
prompt-engineer
Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt design.
2
nvidia
mcore-linting-and-formatting
Lint and format Python code for Megatron-LM using ruff, black, isort, pylint, and mypy, with commands for autoformatting and import ordering.
2.2k · bundle
vikingokft
gws-shared
Shares authentication, global flags, and output formatting patterns for the gws CLI, including OAuth and service account setup, command syntax, and security rules.
0
k-dense-ai
market-research-reports
Generate comprehensive, professional-grade market research reports (50+ pages) with LaTeX formatting, strategic frameworks, and data-driven visualizations.
30.2k · bundle
tinh2
changelog
Generates or updates CHANGELOG.md from git history, parsing conventional commits, grouping by version tags, and formatting into keep-a-changelog sections with comparison links.
13
samyakjhaveri
align-prompt
Rewrites free-form draft prompts into the conventions Claude Opus 4.6 or 4.8 responds best to, either inline or by overwriting a draft file.
0 · bundle
q2805187159
brand-guidelines
Applies OpenAI's brand colors and typography to any artifact that should match the Codex/OpenAI look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
3 · bundle
jimliu
baoyu-electron-extract
Extracts resources and JavaScript from installed Electron apps by unpacking `.asar` bundles, restoring original sources from source maps when available, and formatting minified code with Prettier.
23.1k · bundle
dangquangse
caveman
Compresses responses by removing filler words and hedging while preserving code, errors, and technical details. Activates on explicit user request or a trigger token, and persists until released.
19 · bundle
seb1n
social-media-posting
Create, adapt, and schedule social media content across platforms with platform-specific formatting, engagement hooks, and strategic posting cadence. Use when the user requests social media posting or provides relevant inputs for this workflow.
159
minimax-ai
minimax-docx
Creates, edits, and formats DOCX documents using OpenXML SDK (.NET) with CLI tools and C# scripts, supporting creation, content editing, and template application.
12.9k · bundle
k-dense-ai
research-grants
Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC with agency-specific formatting, review criteria, budget preparation, and compliance guidance.
30.2k · bundle
lingxling
writing
Produces academic papers, literature reviews, grant proposals, and clinical reports with LaTeX formatting and verified citations, using research-lookup and parallel-web skills.
253 · bundle
hoangnguyen0403
java-language
Modern Java 21+ language standards including Records, Pattern Matching, and Virtual Threads. Use for Java language constructs or Java-to-Java upgrades; defer Kotlin, tests, formatting/build tools, CompletableFuture, builder patterns, and isolated null-handling questions.
542 · bundle
cjthompson
python-project-tooling
Configure and maintain Python projects, dependencies, packaging, environments, linting, formatting, type checking, testing, builds, and publishing. Use for pyproject.toml, an existing repository toolchain, or repository-level Python tooling work, not for a standalone script.
1