Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

dotfiles

dotfiles contient 38 skills collectées depuis lanej, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
38
Stars
40
mis à jour
2026-06-27
Forks
12
Couverture métier
17 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

quarto
Développeurs de logiciels

Render computational documents to markdown (DEFAULT), PDF, HTML, Word, and presentations using Quarto. PREFER markdown output for composability. Use for static reports, multi-format publishing, scientific documents with citations/cross-references, or exporting Jupyter notebooks. Triggers on "render markdown", "render PDF", "publish document", "create presentation", "quarto render", or multi-format publishing needs.

2026-06-27
gcp
Développeurs de logiciels

Google Cloud Platform and Vertex AI patterns, quirks, and SDK usage for Claude/Anthropic models on Vertex AI. Use when working with GCP, Vertex AI, the Anthropic Vertex SDK, or deploying Claude models on Google Cloud.

2026-06-14
data-pipeline
Architectes de bases de données

Data pipeline architecture patterns and best practices, including medallion/three-layer architecture (Raw/Staging/Enriched or Bronze/Silver/Gold), YAML-based schema management, and ETL workflow patterns. Use when designing or implementing data pipelines, working with data warehouse layers, or managing table schemas in YAML.

2026-06-11
dora
Développeurs de logiciels

DORA engineering metrics project at ~/src/dora. Load when: querying DORA BigQuery views (deployment frequency, lead time, change failure rate, alerts, review time) from any project; joining against DORA.unified_identity or DORA_clean.* views from any project; running the data pipeline (just refresh, just download-*, just upload-*); making OpenTofu infrastructure changes to DORA tables or views; working with team attribution, team identity, or engineer roster data.

2026-06-11
javascript
Développeurs de logiciels

Node.js and JavaScript development patterns, gotchas, and library compatibility notes. Use when working with Node.js projects, TypeScript, React, antd, Zustand, Playwright, Bun, or Vitest.

2026-06-11
research
Spécialistes en gestion de projets

Delegate research and context-gathering tasks to a sub-agent to protect the primary context window. Use when the user asks to "research X", "look into X", "find out about X", "gather context on X", or any investigative framing where answering requires 2+ searches or multiple sources. Also use proactively before starting substantive work when prior context is unknown. Never run research inline — always delegate.

2026-05-30
skill-creator
Développeurs de logiciels

Guide for creating and iterating on skills — modular packages that extend Claude with specialized workflows, tool integrations, domain expertise, and bundled resources (scripts, references, assets). Use when: (1) creating a new skill from scratch ('create a skill for X', 'build a skill that does Y', 'I need a skill for Z'); (2) updating or improving an existing skill ('add a script to the foo skill', 'the bar skill is missing X', 'iterate on the baz skill'); (3) packaging a skill for distribution ('package the skill', 'generate a .skill file'); (4) understanding skill design patterns ('how should I structure this skill?', 'when should I use a script vs a reference?').

2026-05-30
mcp-builder
Développeurs de logiciels

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). Covers production patterns: usage tracking, resources vs tools, stdio transport gotcha, tool config gating, and testing without a real client.

2026-05-29
xlsx
Développeurs de logiciels

Use xlsx binary for Excel file manipulation including viewing, SQL-like filtering, cell editing, conversion to/from CSV, and data analysis operations. Use this instead of Python (openpyxl, pandas, xlrd) or Node.js libraries for ALL .xlsx file operations — reading, writing, filtering, conversion, and analysis. Trigger on any request involving .xlsx or Excel files.

2026-05-29
matplotlib
Développeurs de logiciels

Figure engineering patterns, gotchas, and reusable helpers for matplotlib. Use when directly building standalone figure scripts, diagram generators, or canvas visuals outside the epq render pipeline — e.g., generate_layer_icons.py, vision project banners, morning-brief charts, competitive analysis figures. Covers shape boundary math, arrow/edge geometry, series consistency, font registration, zorder, Unicode rendering, and canvas clipping. Distinct from the epq skill (which covers the Quarto/LaTeX analysis pipeline). Load alongside epq when figure work involves both the pipeline and standalone diagram construction.

2026-05-27
qmd-math
Rédacteurs techniques

Math notation conventions for Quarto/EPQ documents rendered via lualatex. Use when: writing or adding a formula, equation, or mathematical expression to a .qmd file; asked about display math, inline math, or LaTeX notation in a QMD/Quarto context; defining a where-clause or variable definitions for an equation; converting prose variable descriptions into structured math notation; fixing math that renders badly in a PDF; using \lvert, \begin{aligned}, \tfrac, \text{where}, or any LaTeX math command in a Quarto document. Triggers on: "write a formula", "add an equation", "math notation", "where clause", "display math", "LaTeX equation", "define variables", "simplify the formula", "typeset this".

2026-05-25
qmd
Développeurs de logiciels

Use qmd for workspace search — hybrid BM25+vector search with Qwen3-4B reranking over indexed workspace documents. Not to be confused with Quarto documents (.qmd files) — use epq/quarto skills for those.

2026-05-25
distill
Rédacteurs en chef

Reduce a document to its minimum effective dose — the least information needed to fully convey the purpose and key concepts. Use when asked to simplify, condense, distill, or strip a document down to essentials. Triggers on: "simplify this", "distill this", "trim this down", "what's the minimum I need", "make this shorter without losing anything important".

2026-05-23
canvas-design
Graphistes

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

2026-05-21
org-announce
Spécialistes en ressources humaines

Draft org-level or company-wide announcements (reporting changes, promotions, departures, strategy, business decisions). Produces email and Slack formats in one invocation. Enforces Josh Lane's register: terse, declarative, no sentiment, no signature, no sycophantic close. Use when asked to draft an announcement, org update, or leadership communication.

2026-05-21
trim
Rédacteurs en chef

Trim a prose document (README, design doc, blog post, notes) for readability by cutting redundancy, filler, and dead weight in the author's own words. Invoke with /trim [file path], or /trim alone to be prompted for a file. Not for source code, data files, or summarization.

2026-05-21
docx
Secrétaires et assistants administratifs (sauf juridique, médical et direction)

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

2026-04-15
webapp-testing
Analystes en assurance qualité des logiciels et testeurs

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

2026-04-15
qmd
Préposés aux dossiers

Use qmd for workspace search — hybrid BM25+vector search with Qwen3-4B reranking over indexed workspace documents. Not to be confused with Quarto documents (.qmd files).

2026-04-15
xlsx-python
Développeurs de logiciels

Create and edit spreadsheets with Python (openpyxl/xlsxwriter) for formulas, formatting, data analysis, and visualization. Use when you need to CREATE or MODIFY spreadsheets programmatically. For READING/ANALYZING existing spreadsheets, prefer the xlsx CLI skill.

2026-02-03
git
Développeurs de logiciels

Git version control and GitHub CLI workflows for commits, branches, pull requests, and code reviews with professional commit message practices.

2026-02-03
bigquery
Administrateurs de bases de données

Use bigquery CLI (instead of `bq`) for all Google BigQuery and GCP data warehouse operations including SQL query execution, data ingestion (streaming insert, bulk load, JSONL/CSV/Parquet), data extraction/export, dataset/table/view management, external tables, schema operations, query templates, cost estimation with dry-run, authentication with gcloud, data pipelines, ETL workflows, and MCP/LSP server integration for AI-assisted querying and editor support. Modern Rust-based replacement for the Python `bq` CLI with faster startup, better cost awareness, and streaming support. Handles both small-scale streaming inserts (<1000 rows) and large-scale bulk loading (>10MB files), with support for Cloud Storage integration.

2026-02-03
git
Développeurs de logiciels

Git version control and GitHub CLI workflows for commits, branches, pull requests, and code reviews with professional commit message practices.

2026-02-03
gspace
Secrétaires et assistants administratifs (sauf juridique, médical et direction)

Use gspace CLI (command-line tool) and MCP tools for Google Workspace operations including Drive file management, Gmail, Docs, Sheets, Calendar, and Tasks. Both CLI commands (via Bash) and 40+ MCP tools are available.

2026-02-03
jira
Spécialistes en gestion de projets

Use jira CLI for Jira operations including issue management, project queries, transitions, and JQL search

2026-02-03
lancer
Architectes de réseaux informatiques

Use lancer CLI for LanceDB semantic and multi-modal search with document ingestion, vector embeddings, and MCP server integration for knowledge retrieval.

2026-02-03
phab
Développeurs de logiciels

Use phab CLI for Phabricator task management, code review workflows, revision creation and updates, with Git integration and auto-detection features.

2026-02-03
xlsx
Développeurs de logiciels

Use xlsx binary for Excel file manipulation including viewing, SQL-like filtering, cell editing, conversion to/from CSV, and data analysis operations.

2026-02-03
rust
Programmeurs informatiques

Use cargo for Rust development with check-first workflow. Prefer cargo check over cargo build, use debug builds for testing, AVOID release builds unless explicitly needed.

2025-11-24
go
Programmeurs informatiques

Go development with gotestsum for testing, standard tooling, and best practices

2025-11-22
claude-tail
Développeurs de logicielsAnalystes des systèmes informatiques

View Claude Code session logs with colors, filtering, and real-time following

2025-11-21
presenterm
Développeurs de logicielsDéveloppeurs web

Create and deliver terminal-based presentations from markdown files with themes, code execution, mermaid/d2 diagrams, LaTeX/typst formulas, and PDF/HTML export capabilities.

2025-11-18
claude-cli
Développeurs de logiciels

Use claude CLI for interactive AI sessions, scripting with print mode, MCP server management, and plugin configuration. Master session management, tool control, and automation workflows.

2025-11-17
just
Développeurs de logicielsProgrammeurs informatiques

Use just for command running and task automation. Prefer Justfiles over Makefiles. Keep recipes simple - delegate complex logic to scripts rather than embedding in recipes.

2025-11-16
python
Développeurs de logiciels

Use uv for fast Python project management, script execution, dependency handling, and tool installation. AVOID pip - always use uv commands (uv add, uv sync, uv run) instead.

2025-11-15
az
Administrateurs de réseaux et de systèmes informatiques

Use az CLI for Azure cloud resource management, Azure DevOps operations, VMs, storage, networking, AKS, and Key Vault with comprehensive authentication and output control.

2025-11-15
jq
Programmeurs informatiques

JSON processing, parsing, and manipulation. STRONGLY PREFERRED for all JSON formatting, filtering, transformations, and analysis. Use instead of Python/Node.js scripts for JSON operations.

2025-11-15
xsv
Scientifiques des données

Use xsv for fast CSV data processing with selection, filtering, statistics, joining, sorting, and indexing for high-performance data manipulation.

2025-11-15