yurifrl
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌
- ▌ Testing · yurifrlWrite tests using TDD principles with integration tests as default and minimal mocking. Use when writing code, fixing bugs, or when user mentions tests, TDD, unit tests, integration tests, or testing strategy.
- ▌ Postmortem · yurifrlError review and recovery workflow. This skill should be used when the user points out a mistake, requests a review, pastes error logs, or asks "what went wrong". Triggers on phrases like "this is wrong", "you made a mistake", "do a postmortem", "can you review this", or when stack traces/CLI errors are provided.
- ▌ Vectorcode · yurifrlSemantic code search using RAG and vector embeddings. Use when you need to find code by concept/functionality rather than exact text match, discover implementation examples, or understand where specific concepts are used across projects.
- ▌
- ▌ Git Worktrees · yurifrlManage git worktrees for parallel development. Use when user mentions worktrees, parallel branches, or working on multiple branches simultaneously.
- ▌ Python Script · yurifrlCreates standalone Python scripts using uv with PEP 723 inline script metadata.
- ▌ Github Cleanup · yurifrl bundleOrchestrates progressive GitHub account cleanup using a 6-phase audit→approve→execute process that prevents accidental deletion. BEFORE any destructive repo action, invoke FIRST — traces Dependabot alerts to unused direct deps (prune) vs transitive-only (upgrade lock file). Triggers on 'clean up GitHub', 'audit my repos', 'Dependabot trouble', 'unused deps', 'stale forks', 'dependency audit'. Requires gh CLI. (user)
- ▌ Skill Creation · yurifrl bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
- ▌ Prompt Engineering · yurifrlPrompt engineering reference and workflow for creating, refining, and reviewing high-quality prompts for AI tools, agents, and skills.
- ▌ Slack Message Formatter · yurifrlThis skill should be used when the user asks to parse, format, organize, or work with a message. It asks if the message is for Slack and formats using Slack's minimal markdown with natural conversational flow.
- ▌ Agents Session · yurifrlSave and resume AI agent sessions via cly. Use when starting, checkpointing, or ending a coding agent session, or when the user mentions saving the current session, naming it, or resuming prior work. Drives `cly agent-session save` (alias `cly as save`) with best-effort id, name, and description derived from conversation context.