Start from an ECC skill profile in CTXORA, preview its modules and skills, then add or remove modules or individual skills before installation.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add nguyentrunghieutcu/ctxora-engine --skill ctxora-workflow-profiles --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ctxora Workflow Profiles?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nguyentrunghieutcu-ctxora-workflow-profiles)More formats (shields.io, HTML) on the badges page.
---
name: ctxora-workflow-profiles
description: Start from an ECC skill profile in CTXORA, preview its modules and skills, then add or remove modules or individual skills before installation.
---
# CTXORA Workflow Profiles
Skill profiles are independent from MCP client install profiles such as `codex` or `cursor`.
Inspect the available starting profiles:
```bash
npx ctxora skills profiles --workspace .
```
Preview before writing. Start with `developer` for general application work, `security` or `research` for focused work, and `full` only when broad discovery is worth the larger installed surface.
```bash
npx ctxora skills preview --workspace . --profile developer
npx ctxora skills preview --workspace . --profile developer \
--add-module security --remove-skill security-scan
npx ctxora skills install --workspace . --profile developer \
--add-module security --remove-skill security-scan
```
The default output is `.agents/skills`; use `--output` for another host-specific skill directory. Existing modified skills cause a conflict unless `--force` is explicit. Use `--prune` to remove previously CTXORA-installed skills that are no longer selected; modified files are preserved as conflicts.
Installing a skill copies guidance and bundled resources only. It does not execute ECC scripts, enable hooks, install external dependencies, or grant permissions.
The active profile becomes the router candidate boundary. `route_skills` selects a small relevant subset per task; choosing a profile does not load every included skill.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!