Master skill combining related sub-skills
原文の言語: 英語
メニュー
SkillsMP は cvsz/zeaz-platform から 54 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 54 件中 40 件を表示しています。
Master skill combining related sub-skills
原文の言語: 英語
Provides foundational definitions for the ZAI Agents Pack, encompassing the Omega Master Agent Matrix and associated lifecycle setups.
原文の言語: 英語
Comprehensive guide to Artificial Intelligence basics, including LLMs, Machine Learning, and Generative AI principles.
原文の言語: 英語
Master skill combining related sub-skills
原文の言語: 英語
Techniques for data analysis, business intelligence (BI), and KPI tracking.
原文の言語: 英語
Generate architecture guidelines for the project. Analyzes tech stack from DESCRIPTION.md, recommends an architecture pattern, and creates .ai-factory/ARCHITECTURE.md. Use when setting up project architecture, asking "which architecture", or after /aif setup.
原文の言語: 英語
Archive completed plans and roadmap milestones. Moves finished plans to the archive directory and optionally trims closed milestones from ROADMAP.md. Use when user says "archive plans", "clean up plans", "archive completed", or "trim roadmap".
原文の言語: 英語
Frameworks for automating business workflows using AI, APIs, and integration platforms like n8n or Zapier.
原文の言語: 英語
Code quality guidelines and best practices for writing clean, maintainable code. Covers naming, structure, error handling, testing, and code review standards. Use when writing code, reviewing, refactoring, or asking "how should I name this", "best practice…
原文の言語: 英語
Analyze project and generate or enhance build automation file (Makefile, Taskfile.yml, Justfile, Magefile.go). If a build file already exists, improves it by adding missing targets and best practices. Use when user says "generate makefile", "create taskfile",…
原文の言語: 英語
Strategies for utilizing Canva's AI tools (Magic Studio) for efficient, high-quality graphic design.
原文の言語: 英語
Generate CI/CD pipeline (GitHub Actions / GitLab CI) with linting, static analysis, tests, security. Use when user says "ci", "setup ci", "github actions", "gitlab ci", "pipeline".
原文の言語: 英語
Create conventional commit messages by analyzing staged changes. Generates semantic commit messages following the Conventional Commits specification. Use when user says "commit", "save changes", or "create commit".
原文の言語: 英語
Advanced strategies for content planning, creation, distribution, and SEO optimization.
原文の言語: 英語
Expert AI skill for writing high-converting advertising copy that attracts attention and drives purchasing decisions.
原文の言語: 英語
Distill books, documents, folders, or URLs into compact, practical Agent Skills. Use when source material should become either one reusable skill package or a split set of focused skills, each with a concise SKILL.md plus detailed references and examples.
原文の言語: 英語
Analyze project and generate Docker configuration: Dockerfile (multi-stage dev/prod), compose.yml, compose.override.yml (dev), compose.production.yml (hardened), and .dockerignore. Includes production security audit. Use when user says "dockerize", "add…
原文の言語: 英語
Generate and maintain project documentation. Creates a lean README as a landing page with detailed docs pages split by topic in the configured docs directory. Use when user says "create docs", "write documentation", "update docs", "generate readme", or…
原文の言語: 英語
Advanced strategies for email list growth, newsletter engagement, and automated drip campaigns.
原文の言語: 英語
Self-improve AI Factory skills based on project context, accumulated patches, and codebase patterns. Analyzes what went wrong, what works, and enhances skills to prevent future issues. Use when you want to make AI smarter for your project.
原文の言語: 英語
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
原文の言語: 英語
Master skill for Financial Platforms, Crypto, and Treasuries
原文の言語: 英語
Fix a specific bug or problem in the codebase. Supports two modes - immediate fix or plan-first. Without arguments executes existing FIX_PLAN.md. Always suggests test coverage and adds logging. Use when user says "fix bug", "debug this", "something is…
原文の言語: 英語
Reliability gate for answers. Forces evidence-based reasoning, explicit uncertainty, and “insufficient information” instead of guesses. Use when user says “be 100% sure”, “no hallucinations”, “only if verified”, “grounded answer”, or when stakes are high.
原文の言語: 英語
Execute implementation tasks from the current plan. Works through tasks sequentially, marks completion, and preserves progress for continuation across sessions. Use when user says "implement", "start coding", "execute plan", or "continue implementation".
原文の言語: 英語
Refine an existing implementation plan with a second iteration. Re-analyzes the codebase for gaps, missing tasks, and wrong dependencies. Use after /zai-plan or to improve an /zai-fix plan. Optional +check flag validates refinements via a fresh-context…
原文の言語: 英語
Run a strict multi-iteration Reflex Loop with phases (PLAN, PRODUCE||PREPARE, EVALUATE, CRITIQUE, REFINE) to improve an artifact until quality gates pass or iteration limits are reached. Use when user asks for iterative refinement, quality-gated generation,…
原文の言語: 英語
Master skill for Mobile App Development (Flutter, React Native, HarmonyOS)
原文の言語: 英語
Master skill for SRE, GitOps, Terraform, and OpenTofu
原文の言語: 英語
Plan implementation for a feature or task. Two modes — fast (single quick plan) or full (richer plan with optional git branch/worktree flow). Use when user says "plan", "new feature", "start feature", "create tasks".
原文の言語: 英語
Advanced techniques for crafting effective prompts for Large Language Models.
原文の言語: 英語
QA workflow for testing a feature or task implementation. Analyzes changes, produces test plans, and describes concrete test scenarios. Use when user says "test this", "write test plan", "what should I test", or "QA this branch".
原文の言語: 英語
Create knowledge references from URLs, documents, or files for use by AI agents. Fetch, process, and store structured references in the configured references directory (default: .ai-factory/references/).
原文の言語: 英語
Master skill combining related sub-skills
原文の言語: 英語
Perform code review on staged changes or a pull request. Checks for bugs, security issues, performance problems, and best practices. Use when user says "review code", "check my code", "review PR", or "is this code okay". Optional +check flag validates…
原文の言語: 英語
Create or update a project roadmap with major milestones. Generates the configured roadmap artifact (default .ai-factory/ROADMAP.md) — a strategic checklist of high-level goals. Use when user says "roadmap", "project plan", "milestones", or "what to build…
原文の言語: 英語
Run a standalone read-only rules compliance gate against changed files or a git ref. Use when you need a dedicated project-rules check without a full review or verify pass.
原文の言語: 英語
Add project-specific rules and conventions to the configured RULES.md artifact. Each invocation appends new rules. These rules are automatically loaded by /zai-implement before execution. Use when user says "add rule", "remember this", "convention", or…
原文の言語: 英語
Frameworks for building high-converting landing pages, lead magnets, and customer journey funnels.
原文の言語: 英語
Security audit checklist based on OWASP Top 10 and best practices. Covers authentication, injection, XSS, CSRF, secrets management, and more. Use when reviewing security, before deploy, asking "is this secure", "security check", "vulnerability".
原文の言語: 英語