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.
gitnexus
Knowledge-graph code intelligence - query, context, impact analysis, and refactor planning across large codebases.
git-ops
Team git workflow - sync branches, create features, manage PRs, and enforce branching standards.
review-pr
AI code review for Azure DevOps PRs with inline comments, security flags, and standards enforcement.
hypercontext
Generate a compressed workspace dependency map of all skills, agents, commands, and their relationships.
promote-scripts
Salvage reusable scripts from scratch space into committed skill script locations with proper documentation.
research
Deep-dive agentic exploration across web, codebase, knowledge base, and git history - synthesis output gated on human review.
reflect
Pattern analysis and knowledge extraction from accumulated observations and session history.
reason
Chain-of-Thought, Tree-of-Thought, and dialectic reasoning orchestration for complex multi-step problems.
llm-council
Multi-model deliberation through parallel LLM instances with anonymized peer review and chairman synthesis.
interview
Structured specification interviews with state persistence, challenge mode, and PRD-ready output.
search
Semantic search over vault knowledge using local embeddings - surface relevant context without full retrieval.
memory
Vault-native memory with scoped knowledge entities, lifecycle tagging, and promotion to permanent rules.
autoresearch
Self-directed improvement loop - identifies gaps in Flexor artifacts and iterates toward resolution under human-approval gates.
craft
Da Vinci-mode craftsman thinking combined with task onboarding discipline. Deep codebase analysis before implementation.
project-team
Assemble and orchestrate teams of advisors and specialist agents for strategy-to-execution pipelines.
meeting-prep
Pre-meeting intelligence from CRM, email, calendar, and web research - outputs structured talking points and risk flags.
groom
Workspace hygiene auditing, capability reconciliation, and standards enforcement across vault artifacts.
tier-migrate
Promote or demote capabilities between tiers - free, starter, premium - with dependency tracking.
bye
Graceful session exit with auto-summary, handoff note generation, and optional auto-commit of staged work.
slack-ops
Slack API utility - post messages, read channel history, list channels, and route alerts programmatically.
slack-update
Post structured dev status updates to Slack with narrative summary and commit matrix.
flexor-quest
Rich browser-rendered questionnaires with sliders, ratings, radio groups, and conditional logic for operator input.
update-docs
Scan the current working directory and update documentation to reflect the actual current codebase state.
revenue-ops
Pipeline intelligence - deal risk alerts, weekly cockpit summary, and Slack notifications for sales teams.
company-enrichment
Sales prospecting workflow with ICP qualification, contact discovery, firmographic enrichment, and outreach drafting.
ai-image-generator
Text-to-image across multiple providers - DALL-E 3, Flux, Nano Banana, SDXL, and Adobe Firefly.
browser-ops
Unified browser automation combining Playwright and Chrome MCP for scraping, testing, and accessibility audits.
taste
High-agency frontend design judgment for premium interfaces - opinionated component critique and visual refinement.
voice-correct
Iterative self-correction loop for AI-generated writing - applies tone profile until the output matches the target voice.
draw-io
Architecture diagrams, ERDs, and flow charts via diagrams.net MCP - outputs editable XML or rendered SVG.
xls-tools
Parse and create XLS/XLSX files - CRM exports, pipeline reports, forecasting models, and analytics sheets.
windows-log-reader
Windows Event Log analysis - anomaly detection, event clustering, timeline reconstruction, and incident summaries.
flexor-ideas
Unified idea intake, investigation, and decision pipeline - captures improvements and routes them through a structured review.
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
# 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-writeragent to author skills to vault specification
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