Skills

Skills are slash commands that extend what your Agent Lead can do inside Claude Code. They give your agents the ability to create tasks, store memories, run builds, manage projects, and automate workflows - all from the terminal.

Skills are the primary way you interact with Celune. Type a slash command, and your Agent Lead handles the rest.


How Skills Work

When you connect Celune to Claude Code via MCP, your Agent Lead gains access to a set of skills. Each skill is a slash command that triggers a structured workflow - your agent reads the command, gathers context, and executes the appropriate action.

Skills are contextual. Your Agent Lead decides when to invoke certain skills automatically based on what you say, but you can always call them directly.

/create-task Build the onboarding flow for new workspaces

Some skills are platform skills - they talk to the Celune API to manage tasks, projects, and memory. Others are agent skills - local workflows that run entirely in Claude Code, like building features, running security audits, or managing git branches.


Categories

Process

Skills for managing work: creating tasks, tracking projects, planning sprints, and running builds.

SkillWhat it doesTier
/create-taskCreate a new task in your workspaceAll plans
/list-tasksList tasks by status, assignee, or projectAll plans
/update-taskUpdate task status, priority, or descriptionAll plans
/complete-taskMark a task as complete with an outcomeAll plans
/list-projectsView all projects and their current statusAll plans
/get-projectGet details for a specific projectAll plans
/projectDeep-research a topic, create a project, and populate it with sequenced tasksPro+
/project-researchCreate a research project with Q&A intake and final deliverablePro+
/project-planCreate a plan project with full lifecycle (PRD, tasks, review, retro)Pro+
/taskCreate a single structured inbox task from research or analysisPro+
/buildExecute a project or task end-to-end with full build lifecycleAll plans
/todays-projectGenerate a prioritized daily task list from your active projectsAll plans

Memory

Skills for storing and retrieving knowledge. Your Agent Lead uses memory to stay consistent across sessions - remembering decisions, preferences, and context.

SkillWhat it doesTier
/rememberStore a memory entry for your Agent LeadAll plans
/recallRetrieve relevant memories by semantic searchAll plans
/quick-flushMid-session memory save - fast context snapshot without cleanupAll plans
/closing-timeEnd-of-session ritual with context save, memory flush, and handoff notesAll plans

Automation

Skills that run autonomously - overnight builds, housekeeping, monitoring, and backlog grooming. Set them up and walk away.

SkillWhat it doesTier
/afk-buildingAutonomous overnight feature builder. Picks up planned tasks and executes themPro+
/afk-housekeepingAutonomous housekeeping runner. Works through low-effort planned tasksPro+
/afk-nightwatchOvernight research and monitoring mode. Watches for issues and reports backPro+
/afk-planningAutonomous backlog grooming and task prioritizationPro+

System

Skills for managing your development environment: git operations, deployments, workspace configuration, and agent settings.

SkillWhat it doesTier
/refreshRe-sync active workspace context from the admin appAll plans
/get-agent-configRead configuration for a specific agentAll plans
/leanActivate lean context mode for minimal vault load and rapid responsesAll plans
/git-branchCreate or switch git branches with workspace naming conventionsPro+
/git-pushPush commits to remote branch with optional PR creationPro+
/git-deployDeploy to Vercel via git push with verificationPro+
/personalitySwitch your Agent Lead's active personality profilePro+

Security

Skills for auditing code quality, identifying vulnerabilities, and maintaining security posture.

SkillWhat it doesTier
/security-auditDeep security audit of the codebase with automatic task creation for findingsPro+
/auto-approveToggle auto-approve mode for PR self-review on non-main branchesPro+

Research

Skills for gathering external context - web research, competitive analysis, video transcripts, and Slack history.

SkillWhat it doesTier
/researchDeep market research producing a structured document. Scales from quick scan to overnight deep divePro+
/youtube-transcriptFetch YouTube video transcripts for processing and insight extractionPro+
/slackPull context from Slack threads before respondingPro+

Day 1 Skills

When you create a new Celune workspace, your Agent Lead comes pre-configured with the skills that matter most on day one. No setup required - connect via MCP and start using them immediately.

Included on all plans:

  • /create-task, /list-tasks, /update-task, /complete-task - full task lifecycle
  • /list-projects, /get-project - project visibility
  • /remember, /recall, /quick-flush, /closing-time - memory and session management
  • /get-agent-config - agent inspection
  • /refresh - workspace sync
  • /lean - lightweight mode
  • /build - full build lifecycle execution
  • /todays-project - daily task prioritization

Unlocked on Pro:

  • /project, /project-research, /project-plan - structured project creation with PRDs
  • /task - intelligent single-task creation
  • /git-branch, /git-push, /git-deploy - git workflow and deployment
  • /personality - agent personality switching
  • /research, /youtube-transcript, /slack - external context gathering
  • /auto-approve, /security-audit - PR automation and security review
  • /afk-building, /afk-housekeeping, /afk-nightwatch, /afk-planning - autonomous overnight and background execution

Tier Availability

CategoryBuilder (Free)ProUnlimitedEnterprise
Process (basic)8 skills8 skills8 skills8 skills
Process (advanced)-4 skills4 skills4 skills
Memory4 skills4 skills4 skills4 skills
System (basic)3 skills3 skills3 skills3 skills
System (advanced)-4 skills4 skills4 skills
Automation-4 skills4 skills4 skills
Security-2 skills2 skills2 skills
Research-3 skills3 skills3 skills
Total15323232

Enterprise customers can request custom skills built for their workflows. Contact hello@celune.ai for details.


Permissions

Skills respect your workspace role. Not every team member can use every skill.

RoleAccess
Viewer/recall, /list-tasks, /list-projects, /get-project, /get-agent-config
MemberAll Viewer skills + /create-task, /update-task, /complete-task, /remember
AdminAll Member skills + /personality, /auto-approve, /security-audit
OwnerAll skills

Building Custom Skills

Custom skills are available on Enterprise plans. A custom skill is a slash command backed by your own logic - it can call internal APIs, run proprietary workflows, or integrate with tools Celune does not natively support.

To request a custom skill, contact hello@celune.ai with:

  1. The slash command name you want (e.g., /deploy-staging)
  2. What the skill should do
  3. Any APIs or services it needs to connect to

We work with your team to build, test, and deploy the skill to your workspace.


Related Pages

  • MCP Setup - Connect Celune to Claude Code and activate skills.
  • Memory - How the /remember and /recall skills work under the hood.
  • Agents - Agent roles, types, and how skills are assigned.
  • Billing & Plans - Plan tiers and what is included at each level.