← all publishers

biancalana

@biancalana source repo

33 published skills

  1. Scaffold · biancalana
    Generates boilerplate for new modules, features, or components based on existing project conventions. Detects patterns from the codebase and produces new code that looks like it belongs. Ensures consistency without manual template maintenance.
    0 installs
  2. Test Strategy · biancalana
    Generates a test strategy document for a project or module. Analyzes existing coverage, identifies gaps, prioritizes what to test, and recommends test types (unit, integration, e2e) per module. Use before add-tests for informed testing decisions.
    0 installs
  3. Brainstorming · biancalana
    Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration.
    0 installs
  4. Deep Research · biancalana
    当用户要求"调研"、"深度调研"、"帮我研究"、"调研下这个",或提到需要搜索、整理、汇总指定主题的技术内容时,应使用此技能。
    0 installs
  5. Research Deep · biancalana
    Read research outline, launch independent agent for each item for deep research. Disable task output.
    0 installs
  6. Retrospective · biancalana
    Reconstructs project documentation from git history. Analyzes commit logs, diffs, and merge patterns to generate Architecture Decision Records (ADRs), module chronologies, and contributor maps. Use this for existing projects that have no structured documentation but a rich git history.
    0 installs
  7. Clean Code · biancalana
    Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", or "readable code". Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.
    0 installs
  8. Brand Guidelines · biancalana
    Applies OpenCode's official brand colors and typography to any sort of artifact that may benefit from having OpenCode's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
    0 installs
  9. Image Enhancer · biancalana
    Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
    0 installs
  10. Changelog Generator · biancalana
    Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
    0 installs
  11. DOCX · biancalana
    Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
    0 installs
  12. Create Pr · biancalana
    Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review guidelines.
    0 installs
  13. Adr Create · biancalana
    Creates a single Architecture Decision Record (ADR) for a current technical decision. Unlike retrospective (which reconstructs past ADRs from git history), this skill documents decisions as they happen with full context, alternatives considered, and expected consequences.
    0 installs
  14. Research · biancalana
    Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.
    0 installs
  15. Release Notes · biancalana
    Generates structured release notes from git history between two references (tags, commits, branches). Groups changes by type (features, fixes, docs, breaking), extracts PR references, and produces a publish-ready document.
    0 installs
  16. Create Agent · biancalana
    Create Agent Command
    0 installs
  17. Skill Creator · biancalana
    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
    0 installs
  18. Memory Systems · biancalana
    Design short-term, long-term, and graph-based memory architectures
    0 installs
  19. Domain Name Brainstormer · biancalana
    Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
    0 installs
  20. Frontend Design · biancalana
    Create distinctive, production-grade frontend interfaces with intentional aesthetics, high craft, and non-generic visual identity. Use when building or styling web UIs, components, pages, dashboard...
    0 installs
  21. Executing Plans · biancalana
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    0 installs
  22. Research Report · biancalana
    Summarize deep research results into markdown report, cover all fields, skip uncertain values.
    0 installs
  23. Video Downloader · biancalana
    Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
    0 installs
  24. Invoice Organizer · biancalana
    Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
    0 installs
  25. Playwright Skill · biancalana
    Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing. Do NOT use for quick page debugging or network inspection (use chrome-devtools instead).
    0 installs
  26. Dependency Audit · biancalana
    Analyzes project dependencies for staleness, known vulnerabilities, license compatibility, and unused packages. Produces an actionable audit report with prioritized update recommendations. No external services required — uses local tooling and registry APIs.
    0 installs
  27. Research Add Items · biancalana
    Add items (research objects) to existing research outline.
    0 installs
  28. Research Add Fields · biancalana
    Add field definitions to existing research outline.
    0 installs
  29. Domain Driven Design · biancalana
    Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions "domain modeling", "bounded context", "aggregate root", "ubiquitous language", or "anti-corruption layer". Covers entities vs value objects, domain events, and context mapping strategies. For architecture layers, see clean-architecture. For complexity, see software-design-philosophy.
    0 installs
  30. React Best Practices · biancalana
    React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Do NOT use for component API architecture or composition patterns (use react-composition-patterns instead).
    0 installs
  31. Create Workflow Command · biancalana
    Create Workflow Command
    0 installs
  32. Confluence Assistant · biancalana bundle
    Manage Confluence pages via Atlassian MCP — search, create, update, and comment with proper Markdown formatting. Auto-detects workspace configuration. Use when user says "update Confluence", "create a Confluence page", "find that page in Confluence", "search Confluence", or "add a comment on Confluence". Do NOT use for Jira operations (use jira-assistant).
    0 installs
  33. Jobs To Be Done · biancalana bundle
    Discover what customers truly need by analyzing the "job" they hire your product to do. Use when the user mentions "customer discovery", "why customers churn", "what job does this solve", "competing against luck", or "product-market fit". Covers JTBD interviews, competition analysis, and jobs-oriented roadmaps. For product positioning, see obviously-awesome. For rapid validation, see design-sprint.
    0 installs