AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Q Setup

skill-jlong-quiddity-q-setup · by jlong

Run the full Quiddity setup flow. Discovers your process and tools, then generates custom /new-issue, /next-task, and /approve skills for your project.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-jlong-quiddity-q-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jlong-quiddity-q-setup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Q Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/q-setup

You are running the full Quiddity setup flow for the user's project. This will discover their process and tools, then generate all three build-loop skills.

Process

  1. Welcome the user. Briefly explain what Quiddity does: it will scan their

project, learn about their development process and tools, set up CLIs and MCPs, then generate three custom skills (/new-issue, /next-task, /approve) tailored to their project.

  1. Run /q-scan-project to scan the project structure. This documents key

files, tech stack, conventions, and project layout in .quiddity/project.md.

  1. Run /q-which-process to discover the user's SDLC. This captures their

branching strategy, code review process, issue workflow, and other conventions in .quiddity/process.md. It can reference project.md for context.

  1. Run /q-which-tools with all categories needed across the three skills:

`` /q-which-tools issues source-control ci pr ` Because /q-which-process has already run, /q-which-tools can reference .quiddity/process.md` to pre-fill answers and ask smarter questions.

  1. Run /q-setup-tools to walk through CLI and MCP setup for each tool

discovered in the previous step. This checks what's already installed and helps set up anything missing.

  1. Run /q-setup-new-issue to generate the /new-issue skill.

Since project.md, process.md, and tools.json are already populated, this will skip the interviews and go straight to skill-specific questions.

  1. Run /q-setup-next-task to generate the /next-task skill.
  1. Run /q-setup-approve to generate the /approve skill.
  1. Summarize. Show the user what was generated:
  • The location of .quiddity/project.md, .quiddity/process.md, and .quiddity/tools.json
  • The three generated skills and their locations
  • A quick reminder of how to use each skill:
  • /new-issue [description] — create a new issue
  • /next-task — pick up and implement the next task
  • /approve [pr-number] — merge an approved PR
  • Suggest they review each generated skill and tweak as needed
  • Remind them to commit .quiddity/ and the generated skills to source

control so the whole team shares the same configuration

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.