Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

X-IPE

X-IPE contient 115 skills collectées depuis Young-Z, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
115
Stars
8
mis à jour
2026-04-27
Forks
2
Couverture métier
16 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

x-ipe-assistant-knowledge-librarian-dao
Assistants bibliothécaires, clerical

Central orchestrator for the knowledge pipeline. Discovers available knowledge skills at runtime, classifies requests, routes to constructors/extractors/ontology skills, and drives the full 格物致知 workflow. Triggers on requests like "build a user manual", "extract knowledge", "run knowledge pipeline", "discover ontology graphs".

2026-04-27
x-ipe-knowledge-mimic-web-behavior-tracker
Développeurs de logiciels

Observe and record user behavior on websites via Chrome DevTools MCP. Injects tracker IIFE, captures DOM events with PII masking, and produces structured observation summaries. Triggers on operations like "start_tracking", "stop_tracking", "get_observations".

2026-04-27
xlsx
Développeurs de logiciels

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

2026-04-27
x-ipe-task-based-application-knowledge-extractor
Analystes des systèmes informatiques

Extract knowledge from applications (source code repos, docs, URLs, running apps, files) and package into KB intake format. Use when extracting documentation, user manuals, or knowledge from application sources. Triggers on requests like "extract knowledge", "knowledge extraction", "extract user manual", "analyze application".

2026-04-27
x-ipe-assistant-user-representative-engineer
Développeurs de logiciels

Represent human intent at end-user-facing touchpoints as an autonomous human representative (工程師 persona). Answers, clarifies, critiques, instructs, approves, or passes through to downstream agents. Triggers on requests like "represent human intent", "human representative guidance", "human representative", "approval-like guidance".

2026-04-22
x-ipe-knowledge-extractor-memory
Développeurs de logiciels

Searches and retrieves existing knowledge from persistent memory and ontology. Provides overview scanning (extract_overview) and detailed content retrieval (extract_details). Read-only operations. Triggers on operations like "extract_overview", "extract_details".

2026-04-22
x-ipe-knowledge-ontology-synthesizer
Développeurs de logiciels

Cross-graph integration engine that discovers related ontology graphs, normalizes vocabulary into canonical terms, and links nodes across domains. Delegates JSONL I/O to scripts/synthesis_ops.py. Triggers on operations like "discover_related", "wash_terms", "link_nodes".

2026-04-22
x-ipe-knowledge-present-to-knowledge-graph
Développeurs de logiciels

Graph connector that pushes ontology data to the X-IPE knowledge graph server via HTTP callback, with automatic port resolution and auth token discovery. Triggers on operations like "connector", "push to graph".

2026-04-22
x-ipe-knowledge-present-to-user
Développeurs de logiciels

Knowledge output formatter that renders constructed knowledge as a structured summary for human consumption. Delegates rendering to scripts/render.py. Triggers on operations like "render", "present to user".

2026-04-22
x-ipe-meta-skill-creator
Développeurs de logiciels

Guide for creating effective X-IPE skills with templates, testing, and validation. Use when creating a new skill or updating an existing skill for the X-IPE framework. Triggers on requests like "create skill", "new skill", "add task-based skill", "update skill".

2026-04-22
x-ipe-task-based-bug-fix
Développeurs de logiciels

Diagnose and fix bugs in existing code. Use when something is broken, not working as expected, or producing errors. Triggers on requests like "fix bug", "something is broken", "not working".

2026-04-22
x-ipe-task-based-change-request
Secrétaires et assistants administratifs (sauf juridique, médical et direction)

Process change requests by analyzing impact on existing requirements and features, detecting conflicts with specs/designs/code. Determines if CR modifies existing feature (-> refinement) or requires new feature (-> requirement update + feature breakdown). Triggers on "change request", "CR", "modify feature", "update requirement".

2026-04-22
x-ipe-task-based-code-implementation
Développeurs de logiciels

Implement code for a single feature using orchestrator pattern. Generates AAA test scenarios from specification, routes to language-specific tool skills via semantic matching, and validates results. Delegates to x-ipe-meta-skill-creator for skill files and mcp-builder for MCP servers. Triggers on requests like "implement feature", "write code", "develop feature".

2026-04-22
x-ipe-task-based-code-refactor
Développeurs de logiciels

Execute code refactoring end-to-end — analyze scope, sync docs, plan, execute, and validate. Single entry point for all refactoring work. Invokes x-ipe-tool-refactoring-analysis and x-ipe-tool-code-quality-sync as tool steps. Triggers on requests like "refactor code", "execute refactoring", "analyze for refactoring", "code quality assessment".

2026-04-22
x-ipe-task-based-dev-environment
Développeurs de logiciels

Set up development environment with appropriate tech stack (Python with uv or Node.js with npm/yarn), project structure, and git version control. Use when initializing project environments or preparing workspace for development. Triggers on requests like "set up environment", "create dev environment", "configure workspace", "initialize project".

2026-04-22
x-ipe-task-based-doc-viewer
Développeurs web

Generate a web-based documentation viewer for browsing project docs. Use when human wants to view documentation in a web browser. Triggers on requests like "create doc viewer", "documentation viewer", "browse docs in browser", "generate docs site".

2026-04-22
x-ipe-task-based-feature-acceptance-test
Analystes en assurance qualité des logiciels et testeurs

Execute acceptance tests for all feature types (frontend UI, backend API, CLI, library, skills/non-code). Generates test cases from specification acceptance criteria, classifies by test type, and routes execution to the best available tool (Chrome DevTools MCP for UI, tool skills for backend/unit, structured review for skills). Use after Code Implementation. Triggers on requests like "run acceptance tests", "test feature", "execute acceptance tests".

2026-04-22
x-ipe-task-based-feature-breakdown
Analystes des systèmes informatiques

Break requirements into Epics and features. Assesses scope to determine Epic grouping, then breaks each Epic into features with MVP-first criteria. Calls feature-board-management to initialize tracking. Use when requirements need to be split into discrete features. Triggers on requests like "break down features", "split into features", "create feature list", "organize epics".

2026-04-22
x-ipe-task-based-feature-closing
Développeurs de logiciels

Close completed feature and create pull request. Use when feature is implemented, tested, and ready to ship. Provides procedures for final verification, PR creation, and documentation. Triggers on requests like "close feature", "create PR", "ship feature".

2026-04-22
x-ipe-task-based-feature-refinement
Développeurs de logiciels

Refine feature specification for a single feature. Queries feature board for context, creates/updates specification document. Use when a feature needs detailed requirements. Triggers on requests like "refine feature", "detail specification", "clarify requirements".

2026-04-22
x-ipe-task-based-general-purpose-executor
Commis de bureau généraux

Execute tasks by following provided instructions with knowledge base guidance. Uses user manuals via x-ipe-tool-user-manual-referencer for step-by-step walkthroughs. Triggers on requests like "execute task", "follow instructions", "run steps", "general purpose", "execute goal", "accomplish task".

2026-04-22
x-ipe-task-based-human-playground
Développeurs de logiciels

Create interactive examples for human validation. Human-initiated only — invoke ONLY when user explicitly requests a playground. Triggers on requests like "create playground", "human testing", "interactive demo", "I want to test this". Do NOT auto-suggest after feature_closing.

2026-04-22
x-ipe-task-based-idea-mockup
Concepteurs web et d'interfaces numériques

Create visual mockups and prototypes for refined ideas. Use after ideation when idea needs visual representation. Invokes x-ipe-tool-frontend-design skill or other mockup tools based on x-ipe-docs/config/tools.json config. Triggers on requests like "create mockup", "visualize idea", "prototype UI", "design mockup".

2026-04-22
x-ipe-task-based-idea-to-architecture
Analystes des systèmes informatiques

Create architecture diagrams for refined ideas. Use after ideation when idea needs system architecture visualization. Generates architecture diagrams using tools from x-ipe-docs/config/tools.json (mermaid, excalidraw). Triggers on requests like "create architecture", "design system", "architecture diagram", "system design".

2026-04-22
x-ipe-task-based-ideation
Spécialistes en gestion de projetsDéveloppeurs de logiciels

Learn and refine user ideas through brainstorming. Use when user uploads idea files to Workplace. Analyzes content, asks clarifying questions, and produces structured idea summary. Triggers on "ideate", "brainstorm", "refine idea", "analyze my idea".

2026-04-22
x-ipe-task-based-knowledge-referencer
Préposés aux dossiers

Search and reference knowledge from the knowledge base using full-text search and ontology tag search. Use when needing to find existing knowledge, lookup information, or reference KB content. Triggers on requests like "search knowledge base", "find in knowledge base", "what do we know about", "reference knowledge".

2026-04-22
x-ipe-task-based-project-init
Gestionnaires des systèmes informatiques et d'information

Initialize a new project with standard folder structure and documentation. Use when starting a fresh project or onboarding to existing project. Triggers on requests like "init project", "start new project", "set up project", "onboard to project".

2026-04-22
x-ipe-task-based-requirement-gathering
Développeurs de logiciels

Gather requirements from user requests and create requirement summary. Use when starting a new feature or receiving a new user request. Triggers on requests like "new feature", "add feature", "I want to build", "create requirement".

2026-04-22
x-ipe-task-based-share-idea
Éditeurs PAO

Convert refined idea summaries to shareable document formats (PPTX, DOCX, PDF). Use when user wants to share or present an idea. Uses MCP document conversion tools or pandoc. Triggers on requests like "share idea", "convert to ppt", "make presentation", "export idea".

2026-04-22
x-ipe-task-based-technical-design
Développeurs de logiciels

Create technical design for a single feature. Queries feature board, reads specification, designs solution with KISS/YAGNI/DRY principles. Creates two-part design document. Triggers on requests like "design feature", "technical design", "architecture planning".

2026-04-22
x-ipe-tool-knowledge-extraction-notes
Commis de bureau généraux

General-purpose knowledge extractor that organizes content into structured markdown knowledge bases with hierarchy, embedded images, and linked overview. Use when extracting knowledge, creating structured notes, or organizing content into a knowledge base. Triggers on requests like "extract knowledge notes", "create knowledge base", "organize knowledge", "take key insights".

2026-04-22
x-ipe-tool-ontology
Développeurs de logiciels

⚠️ DEPRECATED — Search functionality migrated to x-ipe-knowledge-extractor-memory. Entity CRUD migrating to x-ipe-knowledge-ontology-builder (FEATURE-059-C). Relationship maintenance migrating to x-ipe-knowledge-ontology-synthesizer (FEATURE-059-D). Use the new knowledge skills instead.

2026-04-22
x-ipe-tool-web-search
Développeurs de logiciels

Delegate focused web research to the current coding agent's web capability, then return structured findings and citations. Use when a skill needs industry best practices, standards, competitor patterns, or library/API guidance from the web. Triggers on requests like "web search", "research topic", "find best practices", "search the web".

2026-04-22
x-ipe-workflow-task-execution
Gestionnaires des systèmes informatiques et d'information

Orchestrates development task lifecycle through 6-step workflow. Coordinates skills for planning, execution, closing, and routing. Use when "implement feature", "fix bug", "create PR", "design architecture", "set up project". Triggers on requests like "implement feature", "fix bug", "refactor code", "set up project".

2026-04-22
x-ipe-knowledge-keeper-memory
Développeurs de logiciels

Unified write gatekeeper for persistent memory. Stores new knowledge entries and promotes working drafts to episodic, semantic, or procedural tiers. Delegates file I/O to scripts/memory_ops.py. Triggers on operations like "store", "promote".

2026-04-22
x-ipe-meta-skill-creator
Développeurs de logiciels

Guide for creating effective X-IPE skills with templates, testing, and validation. Use when creating a new skill or updating an existing skill for the X-IPE framework. Triggers on requests like "create skill", "new skill", "add task-based skill", "update skill".

2026-04-22
x-ipe-task-based-bug-fix
Développeurs de logiciels

Diagnose and fix bugs in existing code. Use when something is broken, not working as expected, or producing errors. Triggers on requests like "fix bug", "something is broken", "not working".

2026-04-22
x-ipe-task-based-change-request
Spécialistes en gestion de projets

Process change requests by analyzing impact on existing requirements and features, detecting conflicts with specs/designs/code. Determines if CR modifies existing feature (-> refinement) or requires new feature (-> requirement update + feature breakdown). Triggers on "change request", "CR", "modify feature", "update requirement".

2026-04-22
x-ipe-task-based-code-implementation
Développeurs de logiciels

Implement code for a single feature using orchestrator pattern. Generates AAA test scenarios from specification, routes to language-specific tool skills via semantic matching, and validates results. Delegates to x-ipe-meta-skill-creator for skill files and mcp-builder for MCP servers. Triggers on requests like "implement feature", "write code", "develop feature".

2026-04-22
x-ipe-task-based-code-refactor
Développeurs de logiciels

Execute code refactoring end-to-end — analyze scope, sync docs, plan, execute, and validate. Single entry point for all refactoring work. Invokes x-ipe-tool-refactoring-analysis and x-ipe-tool-code-quality-sync as tool steps. Triggers on requests like "refactor code", "execute refactoring", "analyze for refactoring", "code quality assessment".

2026-04-22
Affichage des 40 principaux skills collectés sur 115 dans ce dépôt.