一键导入
macos-setup
macos-setup 收录了来自 tutods 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use when starting or building a Crocoblock (JetEngine/JetTabs/JetElements) + Elementor + WordPress site — "new elementor site", "build this page in elementor", "crocoblock site", "start a wordpress build". Carries the verified layout recipe (hero, section rhythm, gap scale, token binding) plus known EMCP/Elementor/JetEngine gotchas, so a build starts from proven values instead of re-deriving them per project.
Optimize one or several images for the web — strip all metadata, resize so the longest side is at most 1500px (keep aspect ratio, only shrinks if larger), and convert to WebP. Use when the user says "optimize image(s)", "compress these images", "convert to webp", "strip metadata and resize", "otimizar imagens", or hands over raw photos/screenshots/exports that need to ship on a site or in an app.
Full-project review that produces an actionable markdown checklist file. Use when the user says "deep review", "review my entire project", "review my code and save it", "do a full review", or asks for a review with a checklist to track fixes. Detects the stack, loads the relevant best-practice skills, reviews in severity-ranked passes, writes docs/reviews/<date>.md with checkboxes, then optionally fixes items one at a time with verification after each.
Iterative UI refinement loop — one approved change at a time. Use when the user wants to refine, polish, or uniformize UI ("refine my UI", "uniform buttons", "improve the header/hero/cards", "the buttons are odd"), or wants to iterate on visual components with approval per step. Prevents batch changes that break unrelated components.
Open a pull request interactively. Handles optional branch creation, commit, push, and PR creation with optional Jira ticket linking. Use when user says "/open-pr", "open a PR", "create a pull request", "submit PR", "commit and push", "commit this", or any commit-related request. When the user asks to commit anything, use this skill instead of running git operations manually — it handles the full flow.
Use when writing blog posts, about pages, landing pages, FAQ sections, or social media posts. Trigger with "write content", "blog post", "about us", "landing page", "escreve conteúdo", "artigo", "página sobre nós". Writes in PT-PT (European Portuguese) by default. Produces human-like AI-undetectable content with outline-first workflow, mandatory web research, and always-on SEO metadata output.
Generates a conventional commit message from staged changes or a described diff. Produces type, optional scope, subject, body (if needed), and breaking-change footer. Complements caveman-commit (style guide) — this one generates the message from scratch. Trigger with "generate commit", "create commit message", "commit this", "write commit for me", or "what should my commit say".
Multi-perspective decision framework. Runs a question through five advisors with different thinking styles (Contrarian, First Principles, Expansionist, Outsider, Executor), then anonymises and peer reviews, then a Chairman gives a final recommendation. Trigger with "council", "llm council", "run the council", or when you have a complex decision needing structured divergent-then-convergent review.
TypeScript strict mode auditor. Scans tsconfig and source files for strictness violations, type escapes, and common unsafe patterns. Returns a severity-ranked report with suggested fixes. Trigger with "strict audit", "audit types", "ts audit", "find any", or "type safety check".