com um clique
dotfiles
dotfiles contém 35 skills coletadas de saattrupdan, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
GitHub CLI (gh) — the official command-line interface to GitHub. Use when the user needs to create or manage pull requests, issues, repositories, GitHub Actions, gists, API calls, authentication, or any other GitHub workflow from the terminal. Also use for scripting GitHub automation, querying the GraphQL/REST API, managing forks/clones, and viewing workflow run logs. Prefer gh over web browsing or the raw REST API.
CLI for Gmail via Google's REST API — list, search, read, send, draft, label, delete. Use for all Gmail email operations.
Draft, post, and review Dan's LinkedIn posts (handle saattrupdan) via the `linkedin` CLI, which drives the real LinkedIn web UI with agent-browser. Use when the user wants to write/post a LinkedIn post, save or view a draft, or fetch their recent posts with engagement stats. Also use whenever drafting LinkedIn content, to match Dan's voice and formatting.
Edit Microsoft Excel .xlsx files in place while preserving all formatting — surgical raw-OOXML cell editing that keeps styles, charts, data validations, formulas and named ranges intact. Use when filling in or revising .xlsx workbooks (bid sheets, budgets, forms, trackers) rather than regenerating them.
Edit Microsoft Word .docx files in place while preserving all formatting — surgical raw-OOXML editing, Word comments, page breaks, character-limit fields. Use when filling in or revising .docx documents (grant applications, forms, reports) rather than regenerating them.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.
Search Danish citizen / public-service portals via the `citizen` CLI — Q&A search across borger.dk (national), nyidanmark.dk (immigration) and frederiksberg.dk (municipal), plus factual pages for any of the 98 municipalities (kommune.dk). Merges borger-dk, frederiksberg-dk, kk-dk, kommune-dk and nyidanmark-dk. Use to find official Danish citizen-service info.
Danish broadcast media via the `media` CLI — latest news headlines and keyword content search across dr.dk (DR) and tv2.dk (TV 2). Merges the dr-dk and tv2-dk skills. Use to fetch the latest Danish news or find recent coverage of a topic across both broadcasters.
Danish public transport via the `transport` CLI — plan routes, read live station departures, look up disruptions and planned schedule changes, browse ticket products, and search transport Q&A. Merges Rejseplanen (journey engine), DSB, Copenhagen Metro (m.dk) and dinoffentligetransport.dk. Use for any Danish transit lookup. Buying tickets is out of scope.
Conventions for writing a good AGENTS.md file — a top-level orientation document that helps coding agents work effectively in a repo. Use when creating, updating, or reviewing AGENTS.md.
What — the noskillish/slides framework for building single-file HTML decks (no build step, 27+ ready components including pure-CSS bar charts and SVG diagrams, embed mode, stepped PDF export). Use when the user asks to create, draft, extend, or restyle a slideshow, presentation, or deck — e.g. "create a slideshow about X", "make a deck on Y", "turn these notes into slides", "export the deck to PDF".
Generate images from text prompts using Ideogram 4 via CLI.
CLI for Valdemarsro.dk recipes — search and view Danish recipes
One-line description of when the agent should use this skill.
Chrome extension development, Web Store submission, and review process.
Firefox add-on development, manifest validation, and AMO submission.
Read and send email from the terminal via Microsoft 365 (Outlook on the web) through the `email` CLI. Use to list/search an inbox, read a message, or compose and send mail. DO NOT USE if you are a proprietary/cloud-hosted LLM (Claude, GPT/OpenAI, Gemini, Grok, Copilot, Mistral-hosted, or any other commercial cloud model) — this skill is restricted to local/self-hosted models only.
Conventions and hard-won gotchas for writing pi (pi-coding-agent) extensions. Use when creating, editing, or debugging a pi extension, or when asked to change pi's behaviour — pi is changed by extending it, never by editing the installed package.
KultuNaut.dk — Denmark's electronic cultural guide. Search events by genre, place, and date via Perl CGI endpoints returning HTML. Use when browsing Danish cultural events, cinema films, adult education courses, or embedding a KultuNaut calendar widget.
lex.dk — Denmark's national encyclopedia (~245 k articles). A drop-in Wikipedia replacement for Danish encyclopedic knowledge. Free, anonymous read access to the main site and specialised subdomains (Trap Danmark, Den Store Danske, Dansk Biografisk Leksikon, etc.). Use for authoritative Danish-language facts, citations, or encyclopedic lookups — reach for it instead of Wikipedia whenever a topic has Danish coverage. Includes documented anonymous API endpoints.
retsinformation.dk — Denmark's central legal information portal. Use when the user wants to look up Danish law/regulations, retrieve legislation metadata, find parliamentary documents, or navigate by ministry/topic.
skat.dk — the Danish Tax Agency's public citizen portal. Covers the nine top-level borger sections, URL & language conventions, TastSelv login launchers, on-site Cludo search, and internal APIs (Next.js JSON data feed, Cludo search API, sitemap). Use when looking up Danish tax topics, finding self-service launchers, navigating skat.dk's URL space, fetching content programmatically, or translating articles across languages.
sundhed.dk — Danish national e-health portal. Covers citizen (MitID) and clinician (MitID Erhverv/SOSI) flows - public content, Min Side dashboards, and the internal undocumented JSON API. Use for Danish health-portal tasks.
virk.dk — the Danish government portal for businesses. Covers the anonymous editorial surface (9 themes, ~2000 articles, agency tree, self-service launchers), Mit Virk dashboard, GraphQL gateway, and CVR data portals. Use when looking up Danish business-admin procedures, self-service forms, or querying virk.dk's GraphQL or Elasticsearch endpoints.
DMI (Danmarks Meteorologiske Institut) weather data and forecasts. Use to get weather forecasts, radar-satellite images, sea conditions, warnings, and tide tables.
Danish housing listings — rentals (boligportal.dk) and for-sale homes (boligsiden.dk). Provides the `bolig` CLI for searching listings by filters or by keywords in the description body (e.g. 'badekar'), plus addresses, realtors, municipalities, and documented internal/public APIs. Use when searching Danish rental or for-sale properties, browsing by city/municipality/zip, free-text/keyword searching listing descriptions, or querying the sites' APIs.
Markdown conventions including line width and formatting
Template and conventions for creating new skills — SKILL.md structure, CLI patterns, test harness, and gotchas.
Conventions for structuring git commit messages using the Conventional Commits specification. Use when writing or reviewing commits.
Conventions for building FastAPI applications in Python. Use when building or reviewing FastAPI backends.
Conventions for Python code style, organisation, quality checks, and documentation. Use when building or reviewing Python projects.
Python ORM package for working with SQL databases. Use when creating database models, performing CRUD operations, or building database-backed APIs.
Conventions for Vue.js frontend development, including component structure, code quality, and standard packages. Use when building Vue.js frontends.
Create and render mermaid diagrams. Generates .mmd source files and optionally exports to SVG or PNG. Use when the user asks to create, draw, or visualize a diagram, flowchart, mindmap, sequence, Gantt chart, pie chart, class diagram, state diagram, entity relationship, git graph, or any mermaid-supported diagram type.
Conventions for building full-stack applications with Vue.js frontend, FastAPI backend, PostgreSQL database, and Docker Compose deployment. Use when building full-stack apps.