c4-modeling
79Create Clear C4 Architecture Diagrams
Architecture discussions become confusing when diagrams mix detail levels or omit relationships. This skill creates structured C4 views and reviews them against consistent guidelines.
Launch Agents and Commands in New Terminals
Interactive tools and long-running commands can block the current coding session. This skill opens them in separate terminals and optionally captures their output.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "spawn" from https://skillstore.io/skills/consiliency-spawn.md and its manifest at https://skillstore.io/api/skills/consiliency-spawn/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "spawn". Run the project test suite in a separate terminal.
Expected outcome:
A new terminal opens in the project directory and starts the requested test command.
Using "spawn". Ask Codex to review the authentication flow and capture its response.
Expected outcome:
Codex starts in a separate session. Its response is captured to a temporary file for later review.
Using "spawn". Open the Cursor login flow after an authentication failure.
Expected outcome:
A new terminal opens with the supported Cursor login command and waits for authentication.
Most static alerts in Markdown, comments, UUID generation, and constant /proc reads are false positives. Confirmed risks include unsanitized shell command execution and shared temporary files that can expose agent output or generated scripts. Cookbook defaults also disable approval and sandbox controls, which can grant unrestricted system access.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/consiliency-spawn/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/consiliency-spawn?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/consiliency-spawn?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/consiliency-spawn/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/consiliency-spawn.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Consiliency. (2026). spawn security audit report (audit version 11) [Author version unspecified]. Skillstore. https://skillstore.io/skills/consiliency-spawn/audits/11@techreport{consiliency-consiliency-spawn-2026,
author = {Consiliency},
title = {spawn security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/consiliency-spawn/audits/11},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "spawn security audit report (audit version 11)"
version: "unspecified"
type: report
authors:
- name: "Consiliency"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/consiliency-spawn/audits/11"
identifiers:
- type: other
value: "skillstore:consiliency-spawn:audit:11"
description: "Skillstore immutable audit report identifier"
Launch a selected coding agent in another terminal while keeping the primary session available.
Run builds, media processing, or diagnostics in a separate interactive terminal.
Open provider CLIs, complete authentication, and capture responses for evaluation.
Open a new terminal in {working_directory} and run {command}. First verify the command syntax with its help option.Spawn {provider} in a new terminal for this task: {task}. Follow its cookbook and keep approval prompts enabled.Spawn {provider} for {task}, capture clean output, wait up to {timeout} seconds, then summarize the result and report the output location.Launch Claude Code and Codex separately to review {scope}. Use sandboxed modes, capture both responses, and compare agreements, differences, and unresolved risks.Author
ConsiliencyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
635f69fb8d2f4e6330ba47a4e5a0fb239c04d110
Maintenance freshness
7/20/2026
Usage
8 downloads ยท 222 views
File structure
๐ agent/
๐ cookbook/
๐ claude-code.md
๐ codex-cli.md
๐ copilot-cli.md
๐ cursor-cli.md
๐ gemini-cli.md
๐ opencode-cli.md
๐ fork_terminal.py
๐ prompts/
๐ fork-summary-user-prompt.md
๐ SKILL.md
๐ SKILL.md
๐ terminal/
๐ cookbook/
๐ cli-command.md
๐ SKILL.md
Create Clear C4 Architecture Diagrams
Architecture discussions become confusing when diagrams mix detail levels or omit relationships. This skill creates structured C4 views and reviews them against consistent guidelines.
Retrieve Local Documentation Efficiently
Finding relevant local documentation can waste time and context. This skill guides targeted retrieval, source consolidation, and web fallback when local coverage is insufficient.
Research Topics Across Web, Docs, and Code
Research questions often require current web evidence, local documentation, and code examples. This skill coordinates those sources and synthesizes findings with clear confidence labels.
Encode Structured Data in TOON
JSON can consume excessive prompt tokens when records repeat the same keys. This skill converts suitable structures into compact TOON and validates format rules.
Generate Multi-Language Test Scaffolds
Creating consistent test skeletons across mixed-language repositories takes time. This skill analyzes public symbols and generates framework-specific scaffolds with fixtures, mocks, and TODO markers.
Build Project Testing Patterns
Teams often write inconsistent tests that are hard to maintain. This skill gives Claude, Codex, and Claude Code a shared testing structure for fixtures, mocks, coverage, and CI scope.
Analyze Test Suite Quality
by C0ntr0lledCha0s
Coverage percentages alone cannot show whether tests are reliable, focused, or effective. This skill assesses quality dimensions and produces prioritized, evidence-based improvements.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Analyze Patterns Across Your Codebase
by C0ntr0lledCha0s
Large codebases hide repeated structures and inconsistent decisions. This skill maps design patterns, architecture, conventions, duplication, and anti-patterns with evidence and recommendations.
Build Reliable Jest Tests
by C0ntr0lledCha0s
Jest projects often fail because tests, mocks, asynchronous behavior, and configuration are inconsistent. This skill provides focused patterns for dependable JavaScript, TypeScript, React, and Node.js testing.
Build Reliable Playwright Tests
by C0ntr0lledCha0s
Playwright test suites can become flaky, slow, and difficult to maintain. This skill provides practical patterns for locators, fixtures, page objects, debugging, mocking, and configuration.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.