Skip to content

30+ Composable Skills. Infinite Combinations.

Keyword triggers activate skills across any conversation. Compose skills into workflows. Every skill is testable, versioned, and observable in production.

flexor skill invoke revenue-ops --context pipeline
Development

gitnexus

Knowledge-graph code intelligence - query, context, impact analysis, and refactor planning across large codebases.

/gitnexus code impact
Development

git-ops

Team git workflow - sync branches, create features, manage PRs, and enforce branching standards.

/git-ops create branch
Development

review-pr

AI code review for Azure DevOps PRs with inline comments, security flags, and standards enforcement.

/review-pr review pull request
Development

hypercontext

Generate a compressed workspace dependency map of all skills, agents, commands, and their relationships.

/hypercontext dependency map
Development

promote-scripts

Salvage reusable scripts from scratch space into committed skill script locations with proper documentation.

/promote-scripts salvage script
Research & Reasoning

research

Deep-dive agentic exploration across web, codebase, knowledge base, and git history - synthesis output gated on human review.

/research deep research
Research & Reasoning

reflect

Pattern analysis and knowledge extraction from accumulated observations and session history.

/reflect pattern analysis
Research & Reasoning

reason

Chain-of-Thought, Tree-of-Thought, and dialectic reasoning orchestration for complex multi-step problems.

/reason think step by step
Research & Reasoning

llm-council

Multi-model deliberation through parallel LLM instances with anonymized peer review and chairman synthesis.

/llm-council multi-model
Research & Reasoning

interview

Structured specification interviews with state persistence, challenge mode, and PRD-ready output.

/interview spec interview
Research & Reasoning

search

Semantic search over vault knowledge using local embeddings - surface relevant context without full retrieval.

/search find in vault
Research & Reasoning

memory

Vault-native memory with scoped knowledge entities, lifecycle tagging, and promotion to permanent rules.

/memory remember this
Research & Reasoning

autoresearch

Self-directed improvement loop - identifies gaps in Flexor artifacts and iterates toward resolution under human-approval gates.

/autoresearch self-directed research
Workflow & Orchestration

craft

Da Vinci-mode craftsman thinking combined with task onboarding discipline. Deep codebase analysis before implementation.

/craft think deeply
Workflow & Orchestration

project-team

Assemble and orchestrate teams of advisors and specialist agents for strategy-to-execution pipelines.

/project-team assemble team
Workflow & Orchestration

meeting-prep

Pre-meeting intelligence from CRM, email, calendar, and web research - outputs structured talking points and risk flags.

/meeting-prep brief me for meeting
Workflow & Orchestration

groom

Workspace hygiene auditing, capability reconciliation, and standards enforcement across vault artifacts.

/groom audit capabilities
Workflow & Orchestration

tier-migrate

Promote or demote capabilities between tiers - free, starter, premium - with dependency tracking.

/tier-migrate promote capability
Workflow & Orchestration

bye

Graceful session exit with auto-summary, handoff note generation, and optional auto-commit of staged work.

/bye end session
Communication & Ops

slack-ops

Slack API utility - post messages, read channel history, list channels, and route alerts programmatically.

/slack-ops post to slack
Communication & Ops

slack-update

Post structured dev status updates to Slack with narrative summary and commit matrix.

/slack-update post dev update
Communication & Ops

flexor-quest

Rich browser-rendered questionnaires with sliders, ratings, radio groups, and conditional logic for operator input.

/flexor-quest render form
Communication & Ops

update-docs

Scan the current working directory and update documentation to reflect the actual current codebase state.

/update-docs sync docs
Communication & Ops

revenue-ops

Pipeline intelligence - deal risk alerts, weekly cockpit summary, and Slack notifications for sales teams.

/revenue-ops pipeline analysis
Communication & Ops

company-enrichment

Sales prospecting workflow with ICP qualification, contact discovery, firmographic enrichment, and outreach drafting.

/company-enrichment enrich company
Creative & Tools

ai-image-generator

Text-to-image across multiple providers - DALL-E 3, Flux, Nano Banana, SDXL, and Adobe Firefly.

/ai-image-generator generate image
Creative & Tools

browser-ops

Unified browser automation combining Playwright and Chrome MCP for scraping, testing, and accessibility audits.

/browser-ops automate browser
Creative & Tools

taste

High-agency frontend design judgment for premium interfaces - opinionated component critique and visual refinement.

/taste design review
Creative & Tools

voice-correct

Iterative self-correction loop for AI-generated writing - applies tone profile until the output matches the target voice.

/voice-correct fix voice
Creative & Tools

draw-io

Architecture diagrams, ERDs, and flow charts via diagrams.net MCP - outputs editable XML or rendered SVG.

/draw-io create diagram
Creative & Tools

xls-tools

Parse and create XLS/XLSX files - CRM exports, pipeline reports, forecasting models, and analytics sheets.

/xls-tools parse Excel
Creative & Tools

windows-log-reader

Windows Event Log analysis - anomaly detection, event clustering, timeline reconstruction, and incident summaries.

/windows-log-reader analyze event logs
Creative & Tools

flexor-ideas

Unified idea intake, investigation, and decision pipeline - captures improvements and routes them through a structured review.

/flexor-ideas capture idea

Showing 33 skills. Request access to explore the full catalog.

Natural Language Activation

Skills activate from natural language phrases - no rigid command syntax required. Flexor routes to the correct skill based on semantic intent and context.

  • Slash-command or keyword phrase - both work
  • Skills share context and vault memory across invocations
  • Chain skills: one trigger can invoke a sequence
Request Demo
Skill Trigger Examples
# Skills activate from natural language - no rigid syntax required

# Multi-model deliberation before a high-stakes architecture call
/llm-council evaluate: move our data pipeline to event-driven
 Panel assembled (4 models)
  Model A  Favors Kafka for scale; cites latency risk at edge.
  Model B  Prefers Pulsar - better multi-tenancy for our vault layout.
  Model C  Recommends hybrid: CDC triggers Kafka downstream.
  Model D  Flags: no SLA data provided. Decision premature.
  Chairman  Hybrid CDC approach wins 3-1. Blocker: SLA audit first.

# Code impact analysis before a risky refactor
/gitnexus trace impact: rename UserRecord ContactRecord
 47 files affected, 3 downstream consumers, 2 migration scripts needed

# Graceful session handoff with auto-commit
/bye
 Session summary generated
  3 files staged, commit drafted
  Handoff note written to .claude/handoff.md

Build Your Own Skill

Every skill is a SKILL.md file in your vault - a procedure, a set of triggers, and optional scripts. Version-controlled, testable, and composable with any agent.

  • Define trigger phrases, procedures, and output format in plain markdown
  • Attach shell scripts, API calls, and vault knowledge lookups
  • Use skill-writer agent to author skills to vault specification
Request Custom Skill Build
skills/deal-brief/SKILL.md
name: deal-brief
description: Pre-call intelligence for an active opportunity
triggers:
  - "deal brief"
  - "prep for call"
  - /deal-brief
procedure: |
  1. Pull deal from Close CRM by name or ID
  2. Run company-enrichment on the account domain
  3. Fetch last 3 call transcripts from vault
  4. Synthesize: open questions, risk flags, next step
output_format: structured-brief
vault_access: [L2, L3]
skills_used:
  - company-enrichment
  - memory
  - meeting-prep

Wire Skills Into Your Operations

30+ composable skills, each vault-versioned and trigger-ready. Talk to our team about which combinations fit your workflow.

Request a Demo