Skillzwave Logo
Skillzwave
BellaBe avatar

BellaBe

111 agentic skills • 22 avg score • 0 total stars

Agentic Skills by BellaBe

alignment-action

by BellaBe

Use when stakeholders disagree, requirements conflict, or ownership/assumptions are unclear.

22
javascript
+networking

constraint-action

by BellaBe

Use when identifying non-negotiables, limits, requirements, or guardrails.

22
TECHjavascript

decision-action

by BellaBe

Use when the user needs to choose, prioritize, or make a go/no-go decision among options.

22
github
+ci cd

descriptive-action

by BellaBe

Use when the user asks to describe, summarize, analyze, compare, explain, or report on something (text, data, events, systems) without asking for reco...

22
TECHdata analysis

diagnostic-action

by BellaBe

Use when the user asks why something happened, what’s wrong, root cause analysis, debugging, or incident explanation.

22
data analysis

evaluative-action

by BellaBe

Use when the user asks to assess quality, readiness, compliance, or whether something meets a bar or criteria.

22
javascript

planning-action

by BellaBe

Use when the user asks for a roadmap, timeline, phased plan, or execution sequence.

22
general

prescriptive-actions

by BellaBe

Use when the user asks for recommendations, next steps, best approaches, or “what should I do” guidance to achieve a goal or fix a problem.

22
github
+networking

procedural-action

by BellaBe

Use when the user needs a repeatable SOP, runbook, checklist, or playbook.

22
TECHansible

risk-action

by BellaBe

Use when the user asks about risks, threats, failure modes, or mitigations.

22
javascript

validation-action

by BellaBe

Use when the user asks how to verify success, define acceptance criteria, or prove something worked.

22
github

alignment-action

by BellaBe

Use when stakeholders disagree, requirements conflict, or ownership/assumptions are unclear.

22
javascript
+networking

apply-standards

by BellaBe

Apply standardization contracts to generated code. Injects middleware forauthentication, validation, error handling, and observability. Uses naturaltr...

22
TECHmonitoring
+security

build-category

by BellaBe

Formalize domain as a category. Defines objects, morphisms, composition,identity, and laws from spec artifacts. Use when: building categorystructure, ...

22
TECHjavascript
+github+aws

build-effects

by BellaBe

Build the effect algebra (monad stack). Formalizes unit, bind, and monadlaws for the application's effect system. Use when: formalizing effecthandling...

22
TECHci cd

build-functors

by BellaBe

Define functors from domain to target categories. Uses targets.yaml todetermine which functors to create. Maps domain objects and morphismsto target r...

22
TECHapi

build-transformations

by BellaBe

Define natural transformations for cross-cutting concerns. Mapsstandardization config to categorical transformations (middleware,decorators). Use when...

22
TECHsecurity
+monitoring+json

constraint-action

by BellaBe

Use when identifying non-negotiables, limits, requirements, or guardrails.

22
TECHjavascript

decision-action

by BellaBe

Use when the user needs to choose, prioritize, or make a go/no-go decision among options.

22
github
+ci cd

descriptive-action

by BellaBe

Use when the user asks to describe, summarize, analyze, compare, explain, or report on something (text, data, events, systems) without asking for reco...

22
TECHdata analysis

diagnostic-action

by BellaBe

Use when the user asks why something happened, what’s wrong, root cause analysis, debugging, or incident explanation.

22
data analysis

apply-standards

by BellaBe

Apply standardization contracts to generated code. Injects middleware forauthentication, validation, error handling, and observability. Uses naturaltr...

22
TECHmonitoring
+security

build-category

by BellaBe

Formalize domain as a category. Defines objects, morphisms, composition,identity, and laws from spec artifacts. Use when: building categorystructure, ...

22
TECHjavascript
+github+aws

build-effects

by BellaBe

Build the effect algebra (monad stack). Formalizes unit, bind, and monadlaws for the application's effect system. Use when: formalizing effecthandling...

22
TECHci cd

build-functors

by BellaBe

Define functors from domain to target categories. Uses targets.yaml todetermine which functors to create. Maps domain objects and morphismsto target r...

22
TECHapi

build-transformations

by BellaBe

Define natural transformations for cross-cutting concerns. Mapsstandardization config to categorical transformations (middleware,decorators). Use when...

22
TECHsecurity
+monitoring+json

foundation-schema

by BellaBe

Manifest schema definitions for all LeanOS artifacts. Reference skill forvalidating manifest structure, understanding artifact formats, checkingcross-...

22
TECHdatabase
+data analysis

foundation-targets

by BellaBe

Target configuration for code generation. Defines deployment choices:API style, persistence, events, topology, language, standardization.Use when: sta...

22
TECHapi

frontend-api-connector

by BellaBe

Connect frontend pages to backend APIs. Adds data fetching, loading states, error handling to existing pages. Use after backend APIs are ready.

22
pdf
+data analysis

frontend-page-builder

by BellaBe

Build pages from product specs using Untitled UI components and design system. Main frontend implementation - maps wireframes to code, uses free compo...

22
TECHpdf
+ci cd

frontend-theme-setup

by BellaBe

Setup Untitled UI theme for Next.js project. One-time initialization - installs Untitled UI, configures Tailwind, downloads resources. Use when starti...

22
javascript
+github+json

gen-code

by BellaBe

Generate actual source code from verified code maps. This skill only runsAFTER verify-maps passes. Code is generated mechanically from maps, ensuringc...

22
general

gen-maps

by BellaBe

Generate code maps - lightweight specifications of what code will look like.Code maps can be verified BEFORE generating actual code, catching type mis...

22
javascript
+github+ci cd

gen-morphisms

by BellaBe

Generate morphism implementations from build artifacts. Creates domain operationsusing App monad, API handlers (via F_api), and compositions. All effe...

22
TECHapi

gen-types

by BellaBe

Generate type definitions from build artifacts. Creates effects module FIRST(Result, App monad, errors), then domain types, API schemas, storage model...

22
TECHapi

gen-wiring

by BellaBe

Generate application wiring: entry points, dependency injection, infrastructureconfiguration. Creates main.py, container, Dockerfile, docker-compose.y...

22
TECHdocker

spec-constraints

by BellaBe

Define constraints, invariants, and laws for the system. Creates proofobligations for formal verification. Use when: specifying business rules,definin...

22
TECHjavascript
+github+aws

spec-effects

by BellaBe

Define effect types used by morphisms. Creates the effect algebra includingIO, error types, state, and reader effects. Use when: defining error types,...

22
terraform
+pdf

spec-morphisms

by BellaBe

Extract operations from requirements as categorical morphisms. Identifiesdomain, codomain, effects, and whether morphisms are generators or derivedfro...

22
javascript
+github+ci cd

spec-objects

by BellaBe

Extract type definitions from requirements. Identifies primitives, products (×),coproducts (+), and refined types as categorical objects. Use when: st...

22
TECHmachine learning
+data analysis

verify-constraints

by BellaBe

Verify business constraints and invariants from spec. Generates proofsfor proof_obligation constraints and plans runtime checks for others.Use when: v...

22
javascript
+github

verify-coverage

by BellaBe

Verify 100% coverage from spec through build to gen. Traces every specitem to generated code. Use when: validating completeness, finding gaps,ensuring...

22
TECHci cd
+testing

verify-laws

by BellaBe

Generate and verify proofs for categorical laws. Produces Lean 4 filesfor category, monad, functor, and transformation laws. Use when: provinglaws, ve...

22
github
+aws

verify-maps

by BellaBe

Verify code maps against type definitions. Catches type mismatches, wrongarguments, and missing imports BEFORE generating actual code. This is thefast...

22
TECHjavascript
+github+networking

evaluative-action

by BellaBe

Use when the user asks to assess quality, readiness, compliance, or whether something meets a bar or criteria.

22
javascript

foundation-schema

by BellaBe

Manifest schema definitions for all LeanOS artifacts. Reference skill forvalidating manifest structure, understanding artifact formats, checkingcross-...

22
TECHdatabase
+data analysis

foundation-targets

by BellaBe

Target configuration for code generation. Defines deployment choices:API style, persistence, events, topology, language, standardization.Use when: sta...

22
TECHapi

foundations-business-model

by BellaBe

Business model design and financial planning. Use when designing revenue models, pricing, or calculating unit economics.

22
TECHmachine learning

foundations-funding

by BellaBe

Fundraising strategy and investor relations. Use when raising capital, preparing pitch materials, or targeting investors.

22
github
+api

foundations-go-to-market

by BellaBe

Generate or update go-to-market strategy. Use when defining GTM motion, selecting channels, or planning launch.

22
general

icp-generator

by BellaBe

Extract Canvas segments and generate operational ICP definition with observable filters, qualification questions, and prospecting tool mappings for B2...

22
javascript
+github

foundations-market-intelligence

by BellaBe

Market analysis and competitive intelligence for startups. Use when analyzing market opportunities, sizing TAM, profiling segments, or mapping competi...

22
data analysis

foundations-problem-solution-fit

by BellaBe

Problem validation and solution design. Use when discovering customer problems, generating solution hypotheses, or defining MVP scope.

22
github

foundations-regulatory

by BellaBe

Compliance and regulatory navigation for regulated industries. Use when identifying compliance requirements or assessing regulatory risks.

22
javascript

foundations-retention-optimizer

by BellaBe

Post-PMF retention and monetization optimization. Use when analyzing cohort retention, predicting churn, or designing engagement loops.

22
github

foundations-validation

by BellaBe

Hypothesis validation and experiment design. Use when mapping assumptions, designing experiments, or testing MVPs.

22
testing

foundations-value-proposition

by BellaBe

Value articulation and positioning. Use when crafting UVP, developing messaging, or establishing differentiation.

22
github

frontend-api-connector

by BellaBe

Connect frontend pages to backend APIs. Adds data fetching, loading states, error handling to existing pages. Use after backend APIs are ready.

22
pdf
+data analysis

frontend-page-builder

by BellaBe

Build pages from product specs using Untitled UI components and design system. Main frontend implementation - maps wireframes to code, uses free compo...

22
TECHpdf
+ci cd

frontend-theme-setup

by BellaBe

Setup Untitled UI theme for Next.js project. One-time initialization - installs Untitled UI, configures Tailwind, downloads resources. Use when starti...

22
javascript
+github+json

gen-code

by BellaBe

Generate actual source code from verified code maps. This skill only runsAFTER verify-maps passes. Code is generated mechanically from maps, ensuringc...

22
general

gen-maps

by BellaBe

Generate code maps - lightweight specifications of what code will look like.Code maps can be verified BEFORE generating actual code, catching type mis...

22
javascript
+github+ci cd

gen-morphisms

by BellaBe

Generate morphism implementations from build artifacts. Creates domain operationsusing App monad, API handlers (via F_api), and compositions. All effe...

22
TECHapi

gen-types

by BellaBe

Generate type definitions from build artifacts. Creates effects module FIRST(Result, App monad, errors), then domain types, API schemas, storage model...

22
TECHapi

gen-wiring

by BellaBe

Generate application wiring: entry points, dependency injection, infrastructureconfiguration. Creates main.py, container, Dockerfile, docker-compose.y...

22
TECHdocker

goal-setter

by BellaBe

Transform objectives into structured goals with plans. Use when user declares intent ("I want to...", "Goal is to...", "Achieve X by Y"). Decomposes i...

22
docker

goal-tracker

by BellaBe

Track goal progress, derive state from execution, identify gaps, trigger actions. Use for goal status checks, progress reviews, and operational goal m...

22
github
+terraform

icp-generator

by BellaBe

Extract Canvas segments and generate operational ICP definition with observable filters, qualification questions, and prospecting tool mappings for B2...

22
javascript
+github

market-research-venture

by BellaBe

Conduct venture-focused market research analyzing TAM, growth rates, competitive landscape, scalability potential, and 10x market opportunities for ve...

22
TECHnetworking
+data analysis

marketing-channel-optimization

by BellaBe

Optimize acquisition channels based on GTM motion. Use when improving app store listing, LinkedIn profile, SEO, or any active channel. Reads 15.go-to-...

22
TECHgithub
+terraform+markdown

marketing-content-delivery

by BellaBe

Publish content and track performance based on GTM motion. Use when content approved for publishing, tracking performance, or amplifying engagement.

22
github

marketing-content-generation

by BellaBe

Generate content drafts adapted to GTM motion. Use when creating blog posts, case studies, social posts, sales collateral, or app store copy. Requires...

22
javascript
+ci cd+markdown

marketing-content-strategy

by BellaBe

Motion-aware content discovery and opportunity detection. Use when: searching for content opportunities, detecting campaign triggers, finding engageme...

22
TECHjavascript
+networking+markdown

marketing-narrative

by BellaBe

Generate brand identity and content patterns. Use when: setting up marketing for a product/personal brand, creating content patterns, or updating bran...

22
javascript
+github+markdown

planning-action

by BellaBe

Use when the user asks for a roadmap, timeline, phased plan, or execution sequence.

22
general

prescriptive-actions

by BellaBe

Use when the user asks for recommendations, next steps, best approaches, or “what should I do” guidance to achieve a goal or fix a problem.

22
github
+networking

procedural-action

by BellaBe

Use when the user needs a repeatable SOP, runbook, checklist, or playbook.

22
TECHansible

product-design-flows

by BellaBe

Transform requirements into user journeys and flow diagrams. Use when designing user workflows, mapping customer journeys, or planning interaction seq...

22
github
+javascript

product-design-wireframes

by BellaBe

Transform flows into visual specifications using atomic design. Use when creating wireframes, component specs, or UI architecture from user flows.

22
github
+ci cd

product-prioritization

by BellaBe

Prioritize features and tasks using DHM and LNO frameworks. Use when deciding what to build next, scoring initiatives, or managing daily work prioriti...

22
TECHci cd

product-requirements

by BellaBe

Transform Canvas strategy into product requirements and user stories. Use when translating business goals into features, creating user stories, or bui...

22
TECHjavascript
+github+ci cd

product-specification

by BellaBe

Create shaped specifications for engineering handoff. Use when preparing features for development, writing pitches, or defining fixed-time/variable-sc...

22
github
+ci cd

reasoning-abductive

by BellaBe

Generate and evaluate explanatory hypotheses from incomplete observations. Use when diagnosing anomalies, explaining unexpected outcomes, or inferring...

22
javascript
+github

reasoning-analogical

by BellaBe

Transfer knowledge from source domains to novel target situations through structural mapping. Use when facing new markets, products, or situations whe...

22
github
+javascript+ci cd

reasoning-causal

by BellaBe

Execute evidence-based decision-making through 6-stage causal flow. Use for known processes, operational execution, and decisions with clear cause-eff...

22
github
+ci cd

reasoning-counterfactual

by BellaBe

Evaluate alternative scenarios by simulating interventions on past decisions or hypothetical futures. Use when assessing decisions in hindsight, plann...

22
data analysis
+github

reasoning-dialectical

by BellaBe

Synthesize competing positions through structured thesis-antithesis-synthesis process. Use when stakeholders disagree, trade-offs exist, or multiple v...

22
TECHtesting
+github

reasoning-inductive

by BellaBe

Extract patterns and generalizations from multiple observations. Use when detecting recurring themes, building predictive rules, or identifying system...

22
TECHdata analysis

market-research-venture

by BellaBe

Conduct venture-focused market research analyzing TAM, growth rates, competitive landscape, scalability potential, and 10x market opportunities for ve...

22
TECHnetworking
+data analysis

research-playbook-generation

by BellaBe

Generate actionable playbooks from extracted insights. Use when transforming source insights into step-by-step operational guides.

22
TECHjavascript
+github+ansible

research-source-processing

by BellaBe

Process expert sources (videos, podcasts, articles, books) into structured insights. Use when ingesting new knowledge sources for extraction and analy...

22
data analysis
+github

risk-action

by BellaBe

Use when the user asks about risks, threats, failure modes, or mitigations.

22
javascript

sales-contact-finding

by BellaBe

Identify decision-maker contacts at target companies using web research for LinkedIn queries, email patterns, and phone research methods based on ICP ...

22
email

sales-materials-generation

by BellaBe

Generate sales collateral (pitch deck, one-pager, call scripts, email templates) from Canvas, narrative, and ICP with problem-first ordering and stage...

22
email

sales-narrative

by BellaBe

Generate persona-specific sales narratives using Peter Kazanjy's founding sales methodology. Creates problem-solution-specifics narratives for economi...

22
data analysis

sales-outreach-sequencing

by BellaBe

Generate multi-touch outreach cadences with email, phone, and LinkedIn touchpoints following Pete Kazanjy's founding sales framework for systematic pr...

22
email

sales-prospect-research

by BellaBe

Research and identify target companies matching ICP observable characteristics using web search, score against ICP criteria, output prioritized prospe...

22
github

sales-qualification-support

by BellaBe

Generate discovery call prep materials, qualification checklists, and scoring frameworks to determine if a lead should be pursued based on problem fit...

22
TECHjavascript
+github+security

spec-constraints

by BellaBe

Define constraints, invariants, and laws for the system. Creates proofobligations for formal verification. Use when: specifying business rules,definin...

22
TECHjavascript
+github+aws

spec-effects

by BellaBe

Define effect types used by morphisms. Creates the effect algebra includingIO, error types, state, and reader effects. Use when: defining error types,...

22
terraform
+pdf

spec-morphisms

by BellaBe

Extract operations from requirements as categorical morphisms. Identifiesdomain, codomain, effects, and whether morphisms are generators or derivedfro...

22
javascript
+github+ci cd

spec-objects

by BellaBe

Extract type definitions from requirements. Identifies primitives, products (×),coproducts (+), and refined types as categorical objects. Use when: st...

22
TECHmachine learning
+data analysis

validation-action

by BellaBe

Use when the user asks how to verify success, define acceptance criteria, or prove something worked.

22
github

verify-constraints

by BellaBe

Verify business constraints and invariants from spec. Generates proofsfor proof_obligation constraints and plans runtime checks for others.Use when: v...

22
javascript
+github

verify-coverage

by BellaBe

Verify 100% coverage from spec through build to gen. Traces every specitem to generated code. Use when: validating completeness, finding gaps,ensuring...

22
TECHci cd
+testing

verify-laws

by BellaBe

Generate and verify proofs for categorical laws. Produces Lean 4 filesfor category, monad, functor, and transformation laws. Use when: provinglaws, ve...

22
github
+aws

verify-maps

by BellaBe

Verify code maps against type definitions. Catches type mismatches, wrongarguments, and missing imports BEFORE generating actual code. This is thefast...

22
TECHjavascript
+github+networking

goal-setter

by BellaBe

Transform objectives into structured goals with plans. Use when user declares intent ("I want to...", "Goal is to...", "Achieve X by Y"). Decomposes i...

15
docker

market-research-venture

by BellaBe

Conduct venture-focused market research analyzing TAM, growth rates, competitive landscape, scalability potential, and 10x market opportunities for ve...

15
TECHnetworking
+data analysis

market-research-venture

by BellaBe

Conduct venture-focused market research analyzing TAM, growth rates, competitive landscape, scalability potential, and 10x market opportunities for ve...

15
TECHnetworking
+data analysis

sales-materials-generation

by BellaBe

Generate sales collateral (pitch deck, one-pager, call scripts, email templates) from Canvas, narrative, and ICP with problem-first ordering and stage...

15
email

Discover More Agentic Skills

Browse our complete catalog of AI agent skills from developers worldwide.