Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Set Up My Ops Info

ASecurity

Tell me how your company actually runs so every other ops skill stops asking the same questions. I capture your priorities for the quarter, your operating rhythm, key contacts, vendor posture, hard nos, and voice into one living doc. You only do this once and I keep it updated as things change.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgo

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill set-up-my-ops-info --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Set Up My Ops Info?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Set Up My Ops Info
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-set-up-my-ops-info/badge)](https://www.skillsdirectory.com/skills/gethouston-set-up-my-ops-info)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: set-up-my-ops-info
description: "Tell me how your company actually runs so every other ops skill stops asking the same questions. I capture your priorities for the quarter, your operating rhythm, key contacts, vendor posture, hard nos, and voice into one living doc. You only do this once and I keep it updated as things change."
version: 1
category: Operations
featured: yes
image: clipboard
x_houston:
  created_by: houston
  skill_schema: 1
---


# Set Up My Ops Info

This agent OWNS `context/operations-context.md`. No other agent writes it. This skill creates or updates it. Its existence unblocks this agent.

## When to use

- "set up our operating context" / "draft the operating doc" / "document how we work".
- "update the operating context" / "priorities changed, fix the doc".
- Called implicitly by other skill needing context doc and finds missing  -  only after confirming with user.

## Connections I need

I run external work through Composio. Before this skill runs I check the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **Inbox** (Gmail, Outlook)  -  Optional. Lets me sample sent messages so the voice section reflects how you actually write.
- **Calendar** (Google Calendar, Outlook)  -  Optional. Helps me infer your operating rhythm (deep-work days, meeting density).
- **Files** (Google Drive)  -  Optional. If you point me at an existing operating doc I read it before drafting.

This skill works without any connection  -  connections just make the doc richer. I never block here.

## Information I need

I read your operations context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **Company snapshot**  -  Required. Why I need it: every other skill leans on what you make, who it's for, and your stage. If missing I ask: "In one or two sentences, what does the company make and who is it for? And where are you today  -  pre-launch, early users, scaling?"
- **Active priorities**  -  Required. Why I need it: every weekly review and approval flow keys off these. If missing I ask: "What are the 2 to 3 things the company is pushing on this quarter?"
- **Operating rhythm**  -  Required. Why I need it: shapes brief delivery, deep-work protection, meeting load. If missing I ask: "How do you like to work  -  deep-work days, meeting days, max meetings in a day, timezone?"
- **Key contacts**  -  Required. Why I need it: anchors VIP routing and "who unblocks what." If missing I ask: "Who are your key contacts  -  lead investor, closest advisor, anchor customers, fractional legal or finance?"
- **Vendor posture**  -  Required. Why I need it: drives tone for renewals and procurement. If missing I ask: "How do you approach vendors  -  conservative, balanced, or move fast? Who can sign? Annual or monthly?"
- **Hard nos**  -  Optional. Why I need it: stops me from drafting things you'd never send. If you don't have it I keep going with TBD using the workspace defaults.

## Steps
<!-- houston-workflow:v1 -->

1. **Read config.** Load `config/company.json`, `config/rhythm.json`, `config/voice.md`. If any missing, run `onboard-me` first (or ask ONE missing piece just-in-time with best-modality hint: connected app > file > URL > paste).

2. **Read existing doc if present.** If `context/operations-context.md` exists, read so run is update, not rewrite. Preserve anything founder already sharpened; change only stale or new.

3. **Ask for pieces config can't cover.** Before drafting, ask founder concisely for:
   - **Key contacts**  -  names + role + how-to-reach for: lead investor, closest advisor, 1-2 anchor customers, fractional legal/finance, ops contractor (if any).
   - **Vendor posture**  -  risk appetite (conservative / balanced / fast), signature authority (founder only / any exec), term preference (monthly / annual / case-by-case), paper preference (ours / theirs / whatever).
   - **Hard nos**  -  anything founder-specific atop workspace-level four (never move money, never modify HRIS/payroll, never decide procurement alone, never send external without approval).
   - **Connected tools** (by Composio category, not brand)  -  inbox, calendar, team-chat, drive, meeting-recording, CRM (if any), billing (if any), web-research, news, social.

   If section thin, mark `TBD  -  {what founder should bring next}` and move on. Never invent.

4. **Draft doc (~300-500 words, opinionated, direct).** Structure, in order:

   1. **Company overview**  -  one paragraph: what we make, who for, stage, why now.
   2. **Active priorities**  -  2-3 things moving company this quarter. Approval-flow rubric + weekly review key off these.
   3. **Operating rhythm**  -  deep-work days, meeting days, review cadence, no-meeting days, timezone.
   4. **Key contacts**  -  names, roles, how to reach. Organized by category (investors, advisors, anchor customers, contractors, legal).
   5. **Tools & systems**  -  connected Composio categories + where data lives (primary drive, CRM, project tool, chat, billing).
   6. **Vendors & spend posture**  -  risk appetite, signature authority, term preferences, paper preferences.
   7. **Hard nos**  -  workspace-level four + founder-specific.
   8. **Communication voice**  -  4-6 bullets on tone, forbidden phrases, sentence-length preference. Pulled from `config/voice.md`.

5. **Write atomically.** Write to `context/operations-context.md.tmp`, then rename to `context/operations-context.md`. Single file at agent root. NOT under subfolder. NOT under `.agents/`. NOT under `.houston/<agent>/`.

6. **DO NOT append to `outputs.json`.** Doc live; not deliverable, not indexed.

7. **Summarize to user.** One paragraph: what captured, what still `TBD`, exact next move (e.g. "send me your advisor list and I'll tighten Key Contacts"). Remind them Vendor & Procurement Ops agent now has context to run.

## Outputs

- `context/operations-context.md` (at agent root  -  live document)

(No entry in `outputs.json`  -  by design.)

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →