com um clique
profile
Load a selective config profile by role (engineer/business/content/ops)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Load a selective config profile by role (engineer/business/content/ops)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Multi-slide bilingual brand carousels — Claude writes the deck, kun renders Anthropic-styled slides at exact platform sizes, a human approves, channels receive
Draft, stage, and publish brand social posts — Claude drafts, /higgs renders, a human approves, Hermes relays
Convert a file or URL to Markdown via MarkItDown (PDF, Office, images, audio, web)
Full pipeline — idea to production (chains every stage)
Autonomous block QA — detect, adversarially verify, fix safe tiers, hand the residual to a human
Technical spec — data model, file plan, refined acceptance criteria
| name | profile |
| description | Load a selective config profile by role (engineer/business/content/ops) |
| when_to_use | Use when loading a selective config profile by role — engineer, business, content, or ops — trimming the active agent/MCP surface to what that role needs. Triggers on: profile <role>, load the business profile, switch to content mode. |
| argument-hint | <role> |
Manage configuration profiles that control which agents, skills, and rules are active.
/profile — show current profile and available profiles/profile core — switch to core profile/profile security — switch to security profile/profile ali — switch to Ali's personal profile/profile create <name> — create a new profile/profile show <name> — show what's in a profileParse arguments:
create <name> → create new profile interactivelyshow <name> → display profile contentsA profile is a named subset of the Kun engine configuration. Instead of loading all 44 agents, 40+ skills, and all rules, a profile selects only what's relevant for a specific role, task, or person.
Profiles are stored in ~/.claude/profiles/ as YAML files.
core — Minimum viable engineThe essentials for any developer on any repo.
# ~/.claude/profiles/core.yaml
name: core
description: Essential tools for daily development
agents:
- nextjs
- react
- typescript
- build
- deploy
- git
- github
commands:
- dev
- build
- deploy
- clone
rules: [] # all rules always apply
developer — Full development toolkitEverything a developer needs, minus business agents.
name: developer
description: Full development toolkit
agents:
- nextjs
- react
- typescript
- tailwind
- prisma
- shadcn
- authjs
- build
- deploy
- test
- git
- github
- architecture
- pattern
- structure
- middleware
- internationalization
- semantic
- sse
- performance
- atom
- template
- block
commands:
- dev
- build
- deploy
- test
- clone
- atom
- block
- template
- schema
- wire
- code
- check
- translate
- docs
- security
- performance
rules: all
security — Security and compliance focusFor security audits and auth work.
name: security
description: Security audit and auth focus
agents:
- guardian
- authjs
- middleware
- typescript
- build
- test
commands:
- security
- build
- test
- check
rules: all
business — Non-technical operationsFor Ali, Samia, Sedon — business operations via Cowork.
name: business
description: Business operations — no code agents
agents:
- captain
- revenue
- growth
- support
- product
- analyst
commands:
- weekly
- monitor
- costs
- pricing
- proposal
- content-calendar
- dispatch
- issue
rules: []
qa — Quality assuranceFor Ali's testing workflow.
name: qa
description: QA and testing workflow
agents:
- quality
- report
- test
- guardian
- build
- sse
commands:
- test
- build
- check
- security
- performance
- screenshot
rules: all
full — EverythingAll agents, all skills, all rules. Default for Abdout.
name: full
description: Complete engine — all agents, skills, rules
agents: all
commands: all
rules: all
abdout — Builder (alias for full)name: abdout
extends: full
ali — QA + Salesname: ali
extends: qa
agents_add:
- revenue
- support
- analyst
commands_add:
- report
- monitor
- proposal
samia — R&D + Kun Carename: samia
extends: business
agents_add:
- tech-lead
- learn
- analyze
commands_add:
- learn
- analyze
- docs
sedon — Executorname: sedon
extends: business
agents_add:
- ops
- deploy
commands_add:
- deploy
- monitor
- incident
- credentials
/profile create <name>:
~/.claude/profiles/<name>.yaml/profile show <name>:
Display the profile contents in a readable table:
Profile: ali (QA + Sales)
Extends: qa
Agents (12):
quality, report, test, guardian, build, sse,
revenue, support, analyst
Commands (10):
test, build, check, security, performance, screenshot,
report, monitor, proposal
Rules: all
/profile <name>:
allowedTools support (Phase 2).When /analyze generates config for a repo, it includes profile recommendations:
## Recommended Profiles
- **core**: nextjs, typescript, build, deploy — for quick fixes
- **full**: + prisma, tailwind, shadcn, test, i18n — for feature work
Profiles are advisory in Phase 1:
Profiles become enforced in Phase 2:
allowedTools maps to profileRule: Not everyone needs 44 agents. Profiles give each person and each task exactly the engine they need — no more, no less.