conductor-setup
Initialize Conductor Project Documentation
New projects often lack shared product, workflow, and tech stack context. This skill guides Q&A and creates Conductor artifacts for Claude, Codex, and Claude Code workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "conductor-setup" from https://skillstore.io/skills/sickn33-conductor-setup.md and its manifest at https://skillstore.io/api/skills/sickn33-conductor-setup/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "conductor-setup". Initialize documentation for a new SaaS project.
Expected outcome:
- The assistant asks product and target user questions one at a time.
- It creates Conductor product, guideline, tech stack, workflow, and track registry documents.
- It records setup progress so the workflow can resume later.
Using "conductor-setup". Resume an interrupted Conductor setup.
Expected outcome:
- The assistant loads the saved setup state and skips completed sections.
- It checks whether previously created files still exist.
- It continues from the saved question and updates progress after each step.
Using "conductor-setup". Set up Conductor for an existing repository.
Expected outcome:
- The assistant checks common project files to infer languages and frameworks.
- It asks the user to confirm detected details before writing artifacts.
- It generates documentation aligned with the existing repository.
Security Audit
SafeAll 62 static findings are false positives caused by Markdown inline code spans and code fences in SKILL.md. I found no executable command invocation, prompt injection attempt, credential handling, or network behavior in the reviewed skill. The skill reads local project metadata and creates Conductor planning artifacts, which matches its stated setup purpose.
Risk Factors
⚙️ External commands (62)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-conductor-setup/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-conductor-setup?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-conductor-setup?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-conductor-setup/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-conductor-setup.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
sickn33. (2026). conductor-setup security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-conductor-setup/audits/4BibTeX citation
@techreport{sickn33-sickn33-conductor-setup-2026,
author = {sickn33},
title = {conductor-setup security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-conductor-setup/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "conductor-setup security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/sickn33-conductor-setup/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-conductor-setup:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Start a New Product
Create baseline product, workflow, and technology documents before implementation begins.
Standardize an Existing Repository
Detect current project signals and turn them into shared Conductor documentation.
Prepare AI Coding Context
Build reusable context that helps coding agents follow project goals and standards.
Try These Prompts
Use conductor-setup to initialize project documentation for this repository. Ask me one question at a time.
Use conductor-setup --resume. Load existing setup_state.json, confirm missing files, and continue from the saved section.
Use conductor-setup for a brownfield repository. Detect package files, summarize the stack, and ask for confirmation before writing artifacts.
Use conductor-setup to create Conductor artifacts with strict TDD, required code review, conventional commits, and TypeScript and Python style guides.
Best Practices
- Answer each setup question with concrete product or repository details.
- Review generated Conductor files before starting feature tracks.
- Use resume mode if setup is interrupted or artifacts already exist.
Avoid
- Do not run the skill for unrelated project management tasks.
- Do not skip confirmation when brownfield detection finds existing files.
- Do not overwrite existing Conductor artifacts without user approval.