这个仓库中的 skills
Read HANDOFF.md and continue from where we left off
Use when ending a session, completing a milestone, or stopping mid-task and context must be preserved for the next agent
Use when organizing raw content into slide-ready format, or when the user says "prepare slides", "structure this for a presentation", "brief for pptx".
Use when the user shares a URL or article and asks to extract key learnings, summarize topics, or generate a digest formatted for Google Chat, Slack, Discord, Telegram, or similar messaging tools. Accepts an optional format parameter.
Use when working with Kubernetes clusters, manifests, and related tasks.
Use when writing a CV, bio, LinkedIn post, or talk abstract for Silvio; when calibrating technical recommendations to Silvio's experience ("do I have experience with X?"); or when an introduction or speaker section is needed. Loads timeline, stack, credentials, and preferences on demand via the pointer table.
Use when reviewing or tightening a Markdown file that will be read by an agent (SKILL.md, CLAUDE.md, custom agent prompts, slash-command instructions) to make it more discoverable, imperative, and token-efficient. Accepts a file path or a skill name (e.g. "handoff").
Commits all pending changes in the working tree
Navigate and work on a Jira issue (epic, story, or task) using the jira-workflow skill
Primitives for interacting with Jira via MCP Atlassian — configure MCP, create/update task files, comment, transition status, and assign issues.
Use after a task that involved a skill to improve it based on what just happened — triggered by "can we improve this skill?", "update the skill to handle this automatically", or "enhance the skill"
Use when asked to review all skills, generate a concise ordered summary of suggestions for improving each skill, and provide an overall assessment of the skills' effectiveness
Use when the user invokes /skill-from-github-repository-update to update one or more symlink-based skills by pulling their source git repositories.
Read the last screenshot from ~/Pictures/screenshots/, or take a new one. Use when the user says "olha o print", "veja o print", "tirar print", "capturar tela", or shares a screenshot they just took.
Use when ending a session to persist project knowledge, user corrections, and inferred details from the conversation into the appropriate CLAUDE.md files.
Appends a note to a CLAUDE.md file. Defaults to the project CLAUDE.md; pass a file path as the first argument to override.
Use when the user invokes /skill-from-github-repository-install with a GitHub URL pointing to a skill directory. Installs the skill by cloning the repository and creating a symlink into the Claude skills directory.
Use when asked to analyze, document, or create a CLAUDE.md for a specific directory or module — including "document this module", "analyze this directory", or before major changes to a subsystem. Accepts an optional output file argument; defaults to CLAUDE.md in the target directory.
Use when the user asks to extract captions, subtitles, or transcribe audio/speech from a video file. Triggers on "extract captions", "transcribe video", "get subtitles", "transcrever vídeo", "legendas do vídeo", or when a video file path is provided alongside a transcription request.
Appends a note directly to the project's local CLAUDE.local.md file (not committed to git)
Appends a note directly to the user's global CLAUDE.md file (~/.claude/CLAUDE.md)
Initialize Jira project config for the current repository, generating config.md in <JIRA_FOLDER>
Use when you need to see what is on the user's screen — e.g. to verify a UI state, inspect a visual result, or confirm on-screen output — and cannot automate the action yourself. Do NOT use for tmux windows, panes, or panels — use tmux-monitor instead.
Use when the user mentions a tmux window, pane, or panel — including "what's in that panel", "look at that window" — or asks to monitor a process running in tmux. Do NOT use peek (scrot screenshots) for tmux content — tmux panes are text, not GUI.
Run all tests in the current repository
Generate a daily standup update based on recent conversation history
Survey available MCP servers from a given repository URL and recommend which ones to add to the catalog
Create or update bash scripts following the conventions of the existing scripts in `~/git/linux/scripts/bin/`.
Use this skill to configure the Claude Code status line setting. Invoked when the user asks to change, fix, or add something to the statusline.
Enable browser use with Playwright Python. Use this skill when the user asks to access or interact with a web page, scrape information from a website, automate web tasks, or perform any action that requires a real browser environment. This skill allows you to navigate websites, fill out forms, click buttons, and extract data as if you were using a browser yourself.
Create commit messages following the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/).