cce-temporal

cce-temporal is a plugin for Claude Code from nodnarbnitram/claude-code-extensions. Its manifest loads nothing; the 6 agents it bundles cost 229 tokens per session together, scanned A, original, MIT.

A development guide for building Temporal workflows with the Python, Go, and TypeScript SDKs. Temporal is a system for running long-lived, reliable background processes.

In plain words
What is it for?
Use it when creating or debugging Temporal workflows and their tests in Python, Go, or TypeScript.
Why use it?
It helps developers understand how to build, test, and troubleshoot workflows that must continue reliably across failures or delays.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions Claude Code.

Good fit Use it when creating or debugging Temporal workflows and their tests in Python, Go, or TypeScript.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add nodnarbnitram/claude-code-extensions/plugin install cce-temporal
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/nodnarbnitram/claude-code-extensions

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cce-temporal

README.md
[![agentmods](https://agentmods.dev/badge/plugins/nodnarbnitram/claude-code-extensions/cce-temporal.svg)](https://agentmods.dev/plugins/nodnarbnitram/claude-code-extensions/cce-temporal)
Your own site
<a href="https://agentmods.dev/plugins/nodnarbnitram/claude-code-extensions/cce-temporal"><img src="https://agentmods.dev/badge/plugins/nodnarbnitram/claude-code-extensions/cce-temporal.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 6 agents cost 229 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

cce-temporal scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cce-temporal/.claude-plugin/plugin.json · 19 lines

What it actually says

{
  "name": "cce-temporal",
  "version": "1.0.0",
  "description": "Temporal.io workflow development across Python, Go, and TypeScript SDKs with testing and troubleshooting",
  "author": {
    "name": "Claude Code Extensions Contributors",
    "url": "https://github.com/nodnarbnitram/claude-code-extensions"
  },
  "homepage": "https://github.com/nodnarbnitram/claude-code-extensions",
  "repository": "https://github.com/nodnarbnitram/claude-code-extensions",
  "license": "MIT",
  "keywords": [
    "temporal",
    "workflows",
    "durable-execution",
    "distributed-systems"
  ]
}
Contents

What it installs

The manifest is a name and a version. 6 agents travel with it, and installing the plugin installs all of them — 229 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 19 lines scan A 9f94e97d3937

Subscribe to this mod's changes

cce-temporal is a plugin published in the GitHub repository nodnarbnitram/claude-code-extensions (16 stars, last pushed 4mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other plugins, from other repositories

api-tester

Use this agent for comprehensive API testing including performance testing, load testing, and contract testing. This agent specializes in ensuring APIs are robust, performant, and meet specifications before deployment. Examples:\n\n \nContext: Testing API performance under load.

ccplugins/awesome-claude-code-plugins · not measured

api-contract-testing

Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.

secondsky/claude-skills · not measured

load-tester

Load and stress testing for APIs and web services.

rohitg00/awesome-claude-code-toolkit · not measured

rails-toolkit

Complete Rails development workflow with TDD, security reviews, and Linear integration.

dgalarza/claude-code-workflows · not measured

api-integration-helper

Connector - Production-ready API integration specialist. Orchestrates 10 agents to generate typed clients, auth flows, error handling, rate limiting, and mock servers from OpenAPI/GraphQL specs. Delivers enterprise-grade API integrations, not basic fetch wrappers.

TheLobbi/claude · not measured

vitest-auto-spy

Typed test spies from a class or a type on Vitest, bun:test and node:test — the skill teaches an agent the API, the anti-patterns, the error→fix table and the codemod that migrates a suite off jest-auto-spies or jasmine-auto-spies.

ASDAlexey/vitest-auto-spy · not measured