Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
strapi
GitHub 제작자 프로필

strapi

5개 GitHub 저장소에서 수집된 42개 skills를 저장소 단위로 보여줍니다.

수집된 skills
42
저장소
5
업데이트
2026-07-02
저장소 탐색

저장소와 대표 skills

review
소프트웨어 품질 보증 분석가·테스터

Top-level review orchestrator: runs style-check, outline-check, outline-ux-analyzer, code-verify, coherence-check, and pitfalls-check on a file, directory, or PR.

2026-06-30
pr
소프트웨어 개발자

Create a pull request on strapi/documentation following git-rules.md. Strict flat-text description, no headings, no test plan.

2026-06-18
document
소프트웨어 개발자

End-to-end documentation orchestrator: chains all four inki phases (research, write, review, submit) for a single subject. Gates between each phase by default; --non-interactive chains without pauses and runs a review-fix loop. The simplest way to document a subject from scratch.

2026-06-17
outline
소프트웨어 개발자

Generate an outline for a new documentation page from a topic brief and the appropriate template.

2026-06-16
pitfalls-add
소프트웨어 개발자

Add a new entry to the known-pitfalls catalog that pitfalls-check audits against. Verifies the correct pattern against the Strapi source before adding, and confirms with the user. Use when you have found a documentation mistake worth catching automatically in future reviews.

2026-06-16
pr-fix
소프트웨어 개발자

Rewrite the title or description/body of one or more open PRs on strapi/documentation to match git-rules.md. Strict one-by-one confirmation, or auto-edit with --non-interactive.

2026-06-16
submit
소프트웨어 개발자

Top-level orchestrator: branch (if needed), commit, push, then open a PR. Each step asks for confirmation before continuing, unless --non-interactive is passed.

2026-06-16
write
소프트웨어 개발자

Top-level write orchestrator: outline a new page, get user approval, then draft from the outline.

2026-06-16
이 저장소에서 수집된 skills 22개 중 상위 8개를 표시합니다.
migrate-strapi-content
소프트웨어 개발자

Batch-migrate content from the old strapi.io Strapi instance (production-old MCP) to the current production Strapi (production MCP). Fully autonomous — paste URLs and nothing else is needed. Supports ALL content types — user-stories, blog-posts, news, jobs, pages (including cross-type migrations where old use-cases/universals map to new pages), comparators. Operates MCP-to-MCP (no HTML scraping). Triggers: migrate, batch migrate, migrate from production-old, bulk seed, batch seed urls, paste urls to migrate, migrate pages, migrate solutions, migrate user stories, migrate blog posts, migrate case studies, migrate comparators.

2026-05-26
consolidate-patterns
소프트웨어 개발자

Review recently created page-builder components, identify reusable JSX/Tailwind patterns, extract them into elementary components, and update the component registry. Use as a checkpoint between batches of copy-component migrations. Triggers: consolidate patterns, extract reusable, review components for patterns, checkpoint review.

2026-03-09
copy-component
소프트웨어 개발자

Copy a component from strapi.io by extracting structure and computed styles via Playwright, mapping to local design tokens, and generating a full-stack component (Strapi schema + React + population config). Triggers: copy component, copy section from, replicate from strapi, clone component.

2026-03-09
prd-component
프로젝트 관리 전문가

Create a structured PRD (Product Requirements Document) as a JSON task file with prioritized stories for automated execution. Ralph is the project's task runner script that processes stories sequentially. Use this skill whenever the user wants to plan work, break down a feature into stories, create a task plan, or prepare a batch of component migrations. Triggers: create PRD, plan tasks, break down work, create stories, task planning, batch migration, ralph, plan component work.

2026-03-09
shadcn-ui
소프트웨어 개발자

Expert guidance for integrating shadcn/ui components in this Next.js monorepo (apps/ui). Handles component discovery, installation via CLI, customization to local conventions (cn() in @/lib/styles, Tailwind v4, radix-ui primitives), and best practices. Use this skill whenever the user wants to add, install, customize, or troubleshoot a shadcn/ui component — even if they just say 'add a button' or 'install tabs'. Also triggers on: shadcn, radix, UI component, cn utility, component library.

2026-03-09
create-content-component
소프트웨어 개발자

Creates a new page builder content component for both Strapi and the Next.js frontend. Use this skill whenever the user wants to add a new section, form, or component to the page builder — including creating Strapi schemas, dynamic zone registration, populate configs, and React wrappers. Triggers: add/create page component, new page section, page builder component, add form component, new strapi schema, add content type, new section component, add dynamic zone component, create strapi component.

2026-03-02
seed-content
소프트웨어 개발자

Scrape a strapi.io page, extract content for specific components, transform to match local Strapi schemas, and seed into local Strapi via MCP. Schema-driven and resilient to evolving schemas. Triggers: seed content, scrape strapi, import content, seed page, seed component.

2026-02-27
setup-strapi-mcp
소프트웨어 개발자

One-time setup of Strapi MCP server for the local Strapi instance. Configures @bschauer/strapi-mcp-server so Agent can read schemas and write content via MCP. Triggers: setup strapi mcp, configure strapi mcp, connect strapi.

2026-02-26
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
n8n-start
네트워크·컴퓨터 시스템 관리자

Start the local n8n instance for the Strapi community hub. Use when the user asks to start, launch, bring up, or run n8n or the automation stack. Pass --mcp to also bring up n8n-mcp (requires N8N_API_KEY and MCP_AUTH_TOKEN in .env).

2026-05-18
n8n-status
소프트웨어 개발자

Show the health and status of the local n8n automation stack. Use when the user asks about n8n status, health, whether it is running, or which containers are up.

2026-05-18
n8n-export
소프트웨어 개발자

Export all workflows from the local n8n instance into version-controlled JSON under apps/automation/workflows/. Use when the user asks to export, pull, snapshot, or sync workflows from the local n8n.

2026-05-18
n8n-import
소프트웨어 개발자

Import workflows from apps/automation/workflows/ into the local n8n instance. Use when the user asks to import, push, load, or sync workflow JSON files to the local n8n.

2026-05-18
n8n-restart
소프트웨어 개발자

Restart the local n8n automation stack, preserving whatever profile (plain or mcp) is currently running. Use when the user asks to restart, reload, or reboot n8n.

2026-05-18
n8n-stop
소프트웨어 개발자

Stop the local n8n automation stack. Use when the user asks to stop, shut down, halt, or bring down n8n. Data in the n8n_data volume persists across stops.

2026-05-18
n8n-workflow-builder
소프트웨어 개발자

Domain-expertise guide for designing, building, validating, and modifying n8n workflows using the n8n-mcp tools. Use whenever the user asks to build, create, design, edit, or validate an n8n workflow. Requires the n8n-mcp server to be running (see n8n-start).

2026-05-18
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다