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

neurawork-git

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

수집된 skills
27
저장소
2
업데이트
2026-07-23
저장소 탐색

저장소와 대표 skills

build-workflow
소프트웨어 개발자

Full 3-phase pipeline (Research → Write+Validate → Deploy+Test) for shipping an n8n workflow end-to-end. Wraps Etienne's `n8n-as-code:n8n-architect` skill for schema research + authoring, adds repo-scoped orchestration — community-template lookup, validate-push-test loop, mcpTrigger publish gate, execution inspection, Completion Report.

2026-07-14
feedback
소프트웨어 개발자

Review the current n8n-autopilot session for learnings (operational friction + workflow design anti-patterns), strip all PII, and push the redacted insights centrally via the plugin's ingest webhook (they land as batch comments on the public rollup issue). Side-effecting on `sync`/`review`-push — shows the redacted result and requires explicit confirmation.

2026-07-14
n8nac-cheatsheet
소프트웨어 개발자

Curated "user intent → exact command" mapping for the n8nac CLI. Use this BEFORE reading `n8nac-reference` or running `--help`. Covers the 60+ common workflows — lookup, deploy, test, debug, migrate, credentials, projects, environments. If your task matches a row here, run the linked command verbatim — no flag fishing.

2026-07-14
n8nac-reference
소프트웨어 개발자

Authoritative reference for every `n8nac` CLI command, subcommand, and flag (n8nac 2.4.0). Use this BEFORE running `--help` interactively, BEFORE guessing flags, and BEFORE inventing a subcommand. If a command does not appear in this file, it does not exist — research stops, do not invent CLI surface. Covers workspace, env, setup, credentials, credential, workflow, execution, skills, list/find/pull/push/promote/verify/test/test-plan/fetch/resolve/convert/native-mcp, plus subcommand-level help.

2026-07-14
build-stack-v2
소프트웨어 개발자

EXPERIMENTAL deterministic builder for a whole n8n workflow STACK (multiple sub-workflows wired via Execute Workflow), JS-orchestrated. Takes a PRP-style end-to-end use case, decomposes it into sub-workflows along known rules, fixes the handover contracts between them, documents the architecture (mermaid) in one central file, then builds each sub-workflow bottom-up via build-workflow-v2. Two modes: GREENFIELD (new stack) and EXTEND (change an existing one). Decomposition rules, build order (topological), and per-sub-WF gates are JS control flow the model cannot skip. Use for multi-workflow use cases; for a single workflow use build-workflow-v2.

2026-07-01
build-workflow-v2
소프트웨어 개발자

EXPERIMENTAL deterministic variant of build-workflow + deploy, JS-orchestrated. Two modes: GREENFIELD (new workflow) and EDIT (change an existing one). Phase ordering, gate-checks (validate / drift-safe push --verify), and fix-loop limits are enforced by a Claude Code JS Workflow script instead of prose — gates become if/while control flow the model cannot skip or short-circuit. Subagent roles live in agents/n8n-*.md. Use when you want hard-enforced discipline over the soft prose pipelines.

2026-07-01
data-tables
소프트웨어 개발자

Manage n8n DataTables (CRUD on tables, columns, rows) via the n8n public REST API. Use when the user wants to create/seed/list/delete data-table resources outside of a workflow — n8nac CLI does not support this. Curl is explicitly allowed for `/api/v1/data-tables` (carve-out in PreToolUse hook).

2026-07-01
init-repo
소프트웨어 개발자

Bootstrap a new n8n workflow repo from scratch. Scaffolds directory structure, writes plugin-compatible CLAUDE.md/README/.gitignore/.env.example, runs the n8nac >= 2.3 setup flow (`env add` + `env auth set` + `env use`), pulls node schemas, and verifies setup. Use when starting a new customer/project n8n repo.

2026-07-01
이 저장소에서 수집된 skills 24개 중 상위 8개를 표시합니다.
knowledge-compiler
소프트웨어 개발자

Install a per-repo, self-building knowledge base into the current repository. Captures Claude Code sessions into daily logs and compiles them into a queryable knowledge/ wiki (concepts + connections + index), injected back at session start. Trigger when the user says "knowledge compiler", "install knowledge compiler", "set up a knowledge base", "knowledge compiler einrichten", "distil my sessions into knowledge", or wants per-repo memory that builds itself and can seed from an existing repo.

2026-07-23
claudemd-lerner
소프트웨어 개발자

Install a per-repo learner that keeps the CLAUDE.md hierarchy and docs/ tree current from Claude Code sessions. Captures sessions into daily logs and, on a manual command or a 6-hour SessionStart gate, edits CLAUDE.md + docs/ in place (no knowledge wiki). Trigger when the user says "claudemd lerner", "install claudemd lerner", "keep CLAUDE.md current", "update my project docs automatically", "CLAUDE.md aktuell halten", "docs aktuell halten", or wants session-driven CLAUDE.md + docs/ maintenance that can seed an existing repo.

2026-07-23
compliance-compiler
기타 컴퓨터 관련 직업

Install a per-repo compliance catalog + PRP-plan validator into the current repository. Parallel agents distil GDPR/DSGVO, SOC 2, and ISO 27001 into a tracked catalog of atomic constraints ("features"); a PostToolUse hook then checks every PRP plan (.claude/PRPs/plans/*.plan.md) against it. Trigger when the user says "compliance compiler", "install compliance compiler", "compliance catalog", "GDPR/SOC2/ISO catalog", "compliance einrichten", "validate plans against compliance", or wants a repo-local, self-checking compliance baseline.

2026-07-02
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다