jeremylongshore

185 mods across 11 repositories, 2.8k stars between them.

configure

73

jeremylongshore/claude-code-slack-channel

Skill Claude CodeCodex

Configure Slack channel tokens (bot token + app-level token). Use when writing or rotating the Slack bot and app-level tokens for the slack-channel plugin. Trigger with "/slack-channel:configure", "configure slack tokens", or "set up my slack bot token".

38 7d ago B 55 tokens original Apache-2.0

install

74

jeremylongshore/claude-code-slack-channel

Skill Claude CodeCodex

CCSC lifecycle command center — fresh install walkthrough, health doctor, verify round-trip, auto-repair, Slack app manifest export, reset, tour, and uninstall. Use when installing the Slack channel for the first time, diagnosing or repairing an existing install, exporting a Slack app manifest, or tearing an install…

38 7d ago D 94 tokens original Apache-2.0

policy

75

jeremylongshore/claude-code-slack-channel

Skill Claude CodeCodex

Author MCP tool-call policy rules without hand-editing access.json. Use when adding, linting, or removing autoapprove/deny/requireapproval rules for the Slack channel's policy engine. Trigger with "/slack-channel:policy", "add a policy rule", "lint my slack policy", or "remove a policy rule".

38 7d ago A 70 tokens original Apache-2.0

jeremylongshore/iam-bob-adk-python

Agent Claude Code

This agent is responsible for designing and implementing A2A (agent-to-agent) wiring for the bobs-brain repo using ADK and Vertex AI Agent Engine.\n\nWhat it does:\n- Designs and updates:\n - AgentCards and A2A configuration for agents that need to call each other (e.g., Bob → iam-senior-adk-devops-lead → iam…

22 7d ago A 391 tokens

jeremylongshore/iam-bob-adk-python

Agent Claude Code

This agent is responsible for CI/CD and Agent Readiness Verification (ARV) pipelines for the bobs-brain repo.\n\nWhat it does:\n- Designs and maintains CI workflows (GitHub Actions or Cloud Build) that:\n - Run tests (unit, integration, ADK-specific checks).\n - Run drift detection and static analysis (including ADK…

22 7d ago A 368 tokens

adk-pattern-auditor

78

jeremylongshore/iam-bob-adk-python

Agent Claude Code

This agent is the ADK/Vertex pattern auditor and anti-pattern detector for the bobs-brain repo.\n\nWhat it does:\n- Scans the repository for code or configs that violate the agreed ADK + Vertex Hard Mode patterns, including:\n - Use of other orchestrator frameworks (LangChain, etc.) in agent code.\n - Direct use of…

22 7d ago A 389 tokens

adk-skeleton-coder

79

jeremylongshore/iam-bob-adk-python

Agent Claude Code

This agent is the ADK skeleton and boilerplate specialist for the bobs-brain repo.\n\nWhat it does:\n- Designs and generates new ADK agents and tools that follow the current Hard Mode + ADK/Vertex patterns used in this project.\n- Creates or updates:\n - agents/ /agent.py with a proper ADK LlmAgent or ToolAgent.\n …

22 7d ago A 418 tokens

jeremylongshore/iam-bob-adk-python

Agent Claude Code

This agent is the Terraform and infrastructure specialist for ADK/Vertex-based agents in the bobs-brain repo.\n\nWhat it does:\n- Designs and maintains Terraform modules and environment configs that support:\n - Agent Engine apps (for Bob and other agents if needed).\n - Cloud Run services (Slack gateway, A2A…

22 7d ago A 333 tokens

jeremylongshore/iam-bob-adk-python

Instructions file

Claude Code instructions for jeremylongshore/iam-bob-adk-python, covering claude.md, task tracking (beads / bd), beads upgrades, 1. purpose of this file and 📋 tl;dr for devops (quick reference).

22 7d ago A 6,262 tokens

overview

83

jeremylongshore/iam-bob-adk-python

Agent

The Agent Starter Pack follows a "bring your own agent" approach. It provides several production-ready agent templates designed to accelerate your development while offering the flexibility to use your preferred agent framework or pattern.

22 7d ago A 0 tokens

jeremylongshore/perception-with-intent

Instructions file CodexOpenCode

AGENTS.md instructions for jeremylongshore/perception-with-intent, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

10 7d ago A 1,020 tokens

nixtla-plugins

86

jeremylongshore/plugins-nixtla

Plugin Claude Code

Plugin marketplace listing 3 plugins: nixtla-baseline-lab, nixtla-bigquery-forecaster, nixtla-search-to-slack.

9 7d ago A tokens not measured

PreCompact

87

jeremylongshore/plugins-nixtla

Hook Claude Code

Runs before the context is compacted, executing post-compact.sh. From jeremylongshore/plugins-nixtla.

9 7d ago A tokens not measured

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Analyze Nixtla baseline forecasting results (sMAPE/MASE on M4 or other benchmark datasets). Use when the user asks about baseline performance, model comparisons, or metric interpretation for Nixtla time-series experiments. Trigger with "baseline review", "interpret sMAPE/MASE", or "compare AutoETS vs AutoTheta".

9 7d ago A 76 tokens

skills-expert

90

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Provide expert guidance on skills architecture, YAML frontmatter, tool permissions, and debugging. Use when creating, troubleshooting, or validating skills. Trigger with "skill not loading", "frontmatter", or "allowed-tools".

9 7d ago A 47 tokens

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Detects anomalies in time series data using TimeGPT. Identifies outliers, level shifts, and trend breaks without model training. Use when identifying anomalies, outliers, or unusual patterns in time series. Trigger with "detect anomalies", "find outliers", "anomaly detection".

9 7d ago A 65 tokens

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Performs rigorous time series cross-validation using expanding and sliding windows. Use when needing to evaluate the performance of time series models on unseen data. Trigger with "cross validate time series", "evaluate forecasting model", "time series backtesting".

9 7d ago A 53 tokens

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Incorporates external variables (holidays, weather, events) into TimeGPT forecasts to improve accuracy. Use when forecasts require external data, holidays impact sales, or weather affects demand. Trigger with "include holidays", "add weather data", "integrate events".

9 7d ago A 61 tokens

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Assists users in migrating their codebase and data pipelines from TimeGPT-1 to TimeGPT-2. Use when upgrading to the latest version of TimeGPT, ensuring compatibility, and optimizing performance. Trigger with "migrate to TimeGPT-2", "upgrade TimeGPT", "TimeGPT compatibility".

9 7d ago A 72 tokens

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Quantifies prediction uncertainty using conformal prediction. Use when risk assessment, scenario planning, or decision-making under uncertainty is required. Trigger with "quantify uncertainty", "generate prediction intervals", "confidence bands".

9 7d ago A 52 tokens

jeremylongshore/plugins-nixtla

Skill Claude CodeCodex

Fine-tunes TimeGPT on custom datasets to improve forecasting accuracy. Use when TimeGPT's zero-shot performance is insufficient or domain-specific accuracy is needed. Trigger with "finetune TimeGPT", "train TimeGPT", "adapt TimeGPT".

9 7d ago A 61 tokens