AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Firm Context

skill-b2bforce-b2bforce-firm-context · by b2bforce

>-

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-b2bforce-b2bforce-firm-context

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-b2bforce-b2bforce-firm-context)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Firm Context? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Firm Context

Hub skill for B2BForce. Establishes who the firm is before any other workflow runs.

When to Use

  • New B2BForce workspace — first task after clone
  • User says "set up my firm", "fill firm context", "onboard"
  • Another skill fails because workspace/firm/profile.md is missing or incomplete
  • User updates positioning, services, ICP, or competitor list

Before You Start

  1. Read [docs/SETUP-PROMPT.md](../../docs/SETUP-PROMPT.md) for full bootstrap flow.
  2. Use workspace/firm/profile.md as the primary context file.

Workflow

Create (first time)

  1. Interview — ask (do not guess):
  • Firm name, website URL, industry
  • Primary services (1–5)
  • Target clients (ICP summary)
  • Competitors to monitor (name + URL)
  • Content language
  • Priority workflows
  1. Write files:
  • workspace/firm/profile.md — primary firm profile and context
  • workspace/firm/services/{slug}.md — one minimal file per primary service
  • workspace/intelligence/competitors/{slug}/!_profile.md — one per competitor
  1. Website enrichment — if the user provided a website URL, run

marketing-company-profile in enrich mode after the interview-based profile exists. If website/API access is unavailable, keep the manual profile and note that enrichment can be run later. Do not block setup.

  1. Service file minimum — keep each service file short:
  • service name
  • one-sentence description
  • who it is for
  • main problem it solves
  • expected outcome
  • proof or notes if known
  1. Sync README — update title to {Firm Name} — B2BForce Workspace.

Update (existing)

  1. Read current workspace/firm/profile.md.
  2. Apply firm-level changes to workspace/firm/profile.md.
  3. Add/update/remove service files under workspace/firm/services/ as needed.
  4. Add/remove competitor folders under workspace/intelligence/competitors/ as needed.

Output paths

| Artifact | Path | |----------|------| | Firm profile | workspace/firm/profile.md | | Services | workspace/firm/services/{slug}.md | | Competitors | workspace/intelligence/competitors/{slug}/!_profile.md |

Related Skills

| Skill | When | |-------|------| | intel-competitor-monitoring | After competitors are listed — enable crawl pipeline | | marketing-company-profile | Create, enrich, or refresh profile from website URL | | marketing-service | Create/enrich/refresh service before ICP | | marketing-icp | Generate ICP + personas from service context | | marketing-content-ideas | Content calendar after ICP |

Rules

  • Never ask for API keys — point user to .env.
  • Do not create data/firm.json unless a concrete tool needs machine-readable metadata.
  • Never commit data/firm.json if it contains private strategy.
  • English only for UI strings and file content unless user specifies another language in content_language.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.