viamagic333-lang
- 5 skills
- 0 followers
- 20 hours ago last updated
- ▌ Fmsi · viamagic333-lang bundleCheck whether the user has done similar work before — across past agent chats, projects on disk, git history, and existing skills — and return a verdict: "делал" (done), "делал похоже" (similar), or "не делал" (never). Use automatically when a new task, request, or project is described, before starting work. Also use when the user invokes /FMSI explicitly, says "я делал это раньше?", "проверь делал ли я такое", "FMSI", or asks whether something has been done before.
- ▌ Refactor · viamagic333-lang bundleRefactor code safely while preserving observable behavior. Extracts functions, simplifies conditionals, renames for clarity, deduplicates logic, and modernizes syntax. Use when the user says "refactor", "clean up", "simplify", "extract", "rename", "deduplicate", or asks to improve code structure without changing behavior. Always run the existing test suite before and after; if no tests exist, propose characterization tests first.
- ▌ Design Hunt · viamagic333-lang bundleHunt advanced web design templates across 8 reference sites — awwwards.com, dribbble.com, behance.net, templatemonster.com, themeforest.net, framer.com/templates, tailwindui.com, and ui.shadcn.com — using the Playwright MCP browser. Four modes: inspiration (browse trends), extract (pull components/CSS), screenshots (save references to disk), replicate (rebuild a seen design in code). Use when the user says "find design for X", "найди шаблон для Y", "покажи трендовые дизайны Z", "вытащи компонент с сайта", "сделай скриншоты дизайнов", "реплицируй дизайн", or invokes /design-hunt.
- ▌ Docs Generator · viamagic333-lang bundleGenerate and keep documentation in sync with source code. Produces README sections, API references, JSDoc/docstrings, and architecture overviews directly from the codebase. Use when the user asks to "document this code", "generate API docs", "write a README", "add docstrings", "describe the module", or when new code lands without docs. Also use proactively after non-trivial public API changes.
- ▌ Skill Name · viamagic333-lang bundleOne-sentence summary of what this skill does and when to use it. Include trigger terms — words the user might say that should make the agent activate this skill. Use when the user says "X", "Y", "Z", or asks about <topic>.