灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

ing

找到 13037 个相关结果

软件工程 / 诊断修复

sql-optimization-patterns

sql-optimization-patterns

317

Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.

Stars 37,711
designdatabasesqldebugging

软件工程 / 诊断修复

tailwind

tailwind

317

Tailwind CSS v4 performance optimization and best practices guidelines (formerly tailwindcss-v4-style). This skill should be used when writing, reviewing, or…

Stars 142
tailwinddesignuiperformance

软件工程 / 诊断修复

ln-771-logging-configurator

ln-771-logging-configurator

317

Configures structured JSON logging with Serilog (.NET) or structlog (Python). Use when adding logging to backend projects.

Stars 465
backend771loggingconfigurator

通用助手 / 编排推荐

game-facilitator

game-facilitator

317

Narrative RPG game master for collaborative storytelling. Use for tabletop RPG sessions, solo narrative games, or any real-time collaborative fiction requiring…

Stars 76
uiauthagentgame

研究学习 / 检索整理

malware-analyst

malware-analyst

317

Expert malware analyst specializing in defensive malware research, threat intelligence, and incident response. Masters sandbox analysis, behavioral analysis,…

Stars 37,687
malwareanalystexpertspecializing

办公运营 / 自动执行

latex-document

latex-document

317

Universal LaTeX document skill: create, compile, and convert any document to professional PDF with PNG previews. Supports resumes, reports, cover letters, invoices, academic papers, theses/dissertations, academic CVs, presentations (Beamer), scientific posters, formal letters, exams/quizzes, books, cheat sheets, reference cards, exam formula sheets, fillable PDF forms (hyperref form fields), conditional content (etoolbox toggles), mail merge from CSV/JSON (Jinja2 templates), version diffing (latexdiff), charts (pgfplots + matplotlib), tables (booktabs + CSV import), images (TikZ), Mermaid diagrams, AI-generated images, watermarks, landscape pages, bibliography/citations (BibTeX/biblatex), multi-language/CJK (auto XeLaTeX), algorithms/pseudocode, colored boxes (tcolorbox), SI units (siunitx), Pandoc format conversion (Markdown/DOCX/HTML ↔ LaTeX), and PDF-to-LaTeX conversion of handwritten or printed documents (math, business, legal, general). Compile script supports pdflatex, xelatex, lualatex with auto-detection, latexmk backend, texfot log filtering, PDF/A output, and verbosity control (--verbose/--quiet). Empirically optimized scaling: single agent 1-10 pages, split 11-20, batch-7 pipeline 21+. Use when user asks to: (1) create a resume/CV/cover letter, (2) write a LaTeX document, (3) create PDF with tables/charts/images, (4) compile a .tex file, (5) make a report/invoice/presentation, (6) anything involving LaTeX or pdflatex, (7) convert/OCR a PDF to LaTeX, (8) convert handwritten notes, (9) create charts/graphs/diagrams, (10) create slides, (11) write a thesis or dissertation, (12) create an academic CV, (13) create a poster, (14) create an exam/quiz, (15) create a book, (16) convert between document formats (Markdown, DOCX, HTML to/from LaTeX), (17) generate Mermaid diagrams for LaTeX, (18) create a formal business letter, (19) create a cheat sheet or reference card, (20) create an exam formula sheet or crib sheet, (21) condense lecture notes/PDFs into a cheat sheet, (22) create a fillable PDF form with text fields/checkboxes/dropdowns, (23) create a document with conditional content/toggles (show/hide sections), (24) generate batch/mail-merge documents from CSV/JSON data, (25) create a version diff PDF (latexdiff) highlighting changes between documents, (26) create a homework or assignment submission with problems and solutions, (27) create a lab report with data tables, graphs, and error analysis, (28) encrypt or password-protect a PDF, (29) merge multiple PDFs into one, (30) optimize/compress a PDF for web or email, (31) lint or check a LaTeX document for common issues, (32) count words in a LaTeX document, (33) analyze document statistics (figures, tables, citations), (34) fetch BibTeX from a DOI, (35) convert a Graphviz .dot file to PDF/PNG, (36) convert a PlantUML .puml file to PDF/PNG, (37) create a one-pager/fact sheet/executive summary, (38) create a datasheet or product specification sheet, (39) extract pages from a PDF (page ranges, odd/even), (40) check LaTeX package availability before compiling, (41) analyze citations and cross-reference with .bib files, (42) debug LaTeX compilation errors, (43) make a document accessible (PDF/A, tagged PDF), (44) create lecture notes or course handouts, (45) fill an existing PDF form (fillable fields or non-fillable with annotations), (46) extract text or tables from a PDF (pdfplumber, pypdf), (47) OCR a scanned PDF to text (pytesseract), (48) create a PDF programmatically with reportlab (Canvas, Platypus), (49) rotate or crop PDF pages (pypdf), (50) add a watermark to an existing PDF, (51) extract metadata from a PDF (title, author, subject).

Stars 372
backenduiauthagent

软件工程 / 部署发布

nansen-prediction-markets

nansen-prediction-markets

317

Polymarket screeners — discover trending events, top markets by volume, and search for specific markets. Use when browsing what's happening on prediction…

Stars 124
uinansenpredictionmarkets

研究学习 / 检索整理

ln-733-env-configurator

ln-733-env-configurator

317

Configures environment variables and secrets protection. Use when setting up .env files and gitignore rules for a project.

Stars 465
733envconfiguratorconfigures

软件工程 / 部署发布

ln-783-container-launcher

ln-783-container-launcher

317

Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.

Stars 465
uidocker783container

软件工程 / 诊断修复

nanogpt

nanogpt

317

Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy.…

Stars 27,326
designuinanogpteducational

数据与分析 / 分析洞察

code-metrics-analysis

code-metrics-analysis

316

Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when assessing code quality, identifying refactoring candidates, or monitoring technical debt.

Stars 219
uipromptmonitoringmetrics

软件工程 / 诊断修复

ln-722-backend-generator

ln-722-backend-generator

316

Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects.

Stars 465
backend722generatorgenerates

研究学习 / 检索整理

ln-741-linter-configurator

ln-741-linter-configurator

316

Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers. Use when setting up linting and formatting for a project.

Stars 465
741linterconfiguratorconfigures

软件工程 / 诊断修复

ln-743-test-infrastructure

ln-743-test-infrastructure

316

Sets up test infrastructure with Vitest, xUnit, and pytest. Use when adding testing frameworks and sample tests to a project.

Stars 465
uitestingrag743

软件工程 / 诊断修复

optimizing-attention-flash

optimizing-attention-flash

316

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences…

Stars 27,328
uioptimizingattentionflash

软件工程 / 诊断修复

ln-635-test-isolation-auditor

ln-635-test-isolation-auditor

316

Audits whether test results can be trusted: flakiness, isolation, real external dependencies, time/random/order dependency, and shared state. Use when auditing…

Stars 465
audit635testisolation

安全与治理 / 审核评估

fetch-tweet

fetch-tweet

316

Fetch tweet content directly from fxtwitter API. Use when given a tweet/X URL to extract the tweet text, author, media, and engagement stats without loading…

Stars 157
uiauthapifetch

通用助手 / 编排推荐

reader-recap

reader-recap

316

Conversational briefing on your recent reading — what you finished, what you highlighted, and what you had to say about it

Stars 224
uireaderrecapconversational

软件工程 / 部署发布

plan-writing

plan-writing

316

Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.

Stars 27,327
planwritingstructuredtask

内容创作 / 生成

fal-generate

fal-generate

316

Generate images and videos using fal.ai AI models with queue support. Use when the user requests "Generate image", "Create video", "Make a picture of...",…

Stars 180
apifalgenerateimages

297 / 652