Skip to main content
Run any Skill in Manus
with one click
MorrisLu-Taipei
GitHub creator profile

MorrisLu-Taipei

Repository-level view of 16 collected skills across 1 GitHub repositories.

skills collected
16
repositories
1
updated
2026-06-20
repository explorer

Repositories and representative skills

code2n8n-pipeline
computer-occupations-all-other

End-to-end Code2n8n Path B auto-pilot. Auto-activates when the user (a) pastes a GitHub repository URL with any Code2n8n intent, OR (b) says "ๅ•Ÿๅ‹• Path B ่จˆๅŠƒ" / "start Path B plan" / "kick off Path B" / "Path B ๅ…จ่‡ชๅ‹•" / "auto-pilot Path B" / "pipeline this MIT repo" / "ๆŠŠ้€™ๅ€‹ repo ๅšๆˆ n8n" / "Code2n8n ่ท‘้€™ๅ€‹" / "Code2n8n this repo" / "make this n8n" / "ไธŠๆžถๅฎŒๆˆๅ ฑๅ‘Š ไธ€ๆข้พ". Drives the full 12-stage pipeline: License gate โ†’ Inventory โ†’ Partition (Connector / Plugin / runtime Sub-agent) โ†’ Pre-Security Review โ†’ Build artefacts โ†’ Generate workflows โ†’ V&V Layer 1 + 2 โ†’ Activate to n8n โ†’ Completion report. Architecture is split: main agent executes, sub-agent (fresh context, no shared history) acts as critic with VETO power per the v0.28.1 A2A directive. CRITICAL LANGUAGE RULE: all sticky notes, prose artefacts, completion report โ€” MUST be written in the SAME language the user used to trigger the SKILL (English request โ†’ English sticky notes; Chinese request โ†’ Chinese sticky notes; etc.).

2026-06-20
external-dependency-security
software-developers

Use when introducing ANY external dependency into the project โ€” npm packages (`npm install` / `pnpm add` / `yarn add`), GitHub repo content fetched via curl / WebFetch, external workflow JSON files received from third parties, or container base image bumps. Enforces multi-tier security review SOP (provenance check, source code review for high-trust packages, commit-hash lock for raw content fetches, ingestion gate for workflow JSON, AI Coder must pass SCA gate before claiming "ready"). Required by `code2n8n-pipeline` Stage 7 before any `npm install` runs.

2026-06-19
n8n-security-governance
information-security-analysts

Review an AI-coded application or n8n workflow for production security and change-control readiness. Use for security audits, production readiness, enterprise governance, auth/SQL/secret review, SECURITY-CAVEATS.md, version control, rollback, release tagging, CI/CD, or before declaring a Code2n8n port deployable.

2026-06-18
tigerai-enterprise-patterns
software-developers

Applies TigerAI enterprise-grade design patterns when generating n8n workflows โ€” Atomic Orchestration, Universal Worker (FastAPI), Specification-Driven Development (SDD), and security/governance constraints. Use when the user mentions enterprise / production / ไผๆฅญ็ดš / ๅŽŸๅญๅŒ– / orchestration / FastAPI worker / SDD, or when a workflow involves heavy compute (PDF/MP3/image processing), regulated data, or multi-team handoff. Drives architectural decisions like loop transparency (batchSize=1), location-transparent workers, and mandatory error/audit annotations.

2026-06-15
code-to-workflow
software-developers

Convert an existing program / system into an n8n workflow that preserves enterprise governance โ€” login, audit, version control, handover, cross-system orchestration. Use when the user asks to "ๆŠŠ้€™ๅ€‹็จ‹ๅผ / ๅฐˆๆกˆ / ็ณป็ตฑ็งปๅˆฐ n8n", "Code2n8n this repo", "port this codebase to n8n", "convert this serverless function / web app / script into n8n", or anytime the input is a running codebase and the desired output is an n8n workflow plus the docs/validation that go with it.

2026-06-15
n8n-code-to-native
software-developers

Convert n8n Code (JS) nodes into native declarative nodes (Set / Filter / Merge / Crypto / Aggregate / ConvertToFile) so the workflow is readable by n8n-experts who don't know JavaScript. Use when the user asks to "ๅŽŸ็”ŸๅŒ–", "ๆ”นๆˆ n8n ๅŽŸ็”Ÿ node", "reduce Code nodes", or refactor an n8n workflow JSON to remove JS where possible.

2026-05-30
n8n-api-bridge
software-developers

Standard SOP for reading and writing n8n workflows via the n8n REST API โ€” read sticky notes from a workflow, push generated JSON back, list workflows, activate/deactivate, manage executions. Use when the user references a workflow by ID/URL, asks to "deploy" or "push to n8n" or "่ฎ€ n8n", or when sticky-note-to-workflow needs to fetch source/write target. Uses raw HTTP REST API only; no MCP dependency.

2026-05-06
sticky-note-to-workflow
software-developers

Core skill that converts a Layer 1 Sticky Note (DSL-formatted user requirement) into a complete three-layer n8n workflow JSON โ€” Layer 1 preserved, Layer 2 nodes generated, Layer 3 AI commentary auto-written. Use when the user pastes a sticky note draft, references an existing workflow ID containing user sticky notes, or asks to "generate the workflow" / "build it" / "็”ข workflow" / "ๅนซๆˆ‘ๅฏซ workflow" after providing a DSL spec. This is the central executor โ€” it orchestrates the n8n-mcp tools, validates output, and emits a JSON ready for n8n import.

2026-05-06
Showing top 8 of 16 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded