Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

scott-cc

scott-cc에는 citadelgrad에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
2
업데이트
2026-06-27
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

thinking-in-systems
시장조사 분석가·마케팅 전문가

Apply Donella Meadows' systems thinking framework to map, diagnose, and redesign any system — organizational, technical, ecological, or policy. Covers stocks/flows, feedback loops, system archetypes, leverage points, and concrete intervention recommendations.

2026-06-27
delegate-first
소프트웨어 개발자

Keep the main conversation clean by forking implementation work to sub-agents. Use when tasks would otherwise flood context with file reads, shell output, build logs, or multi-step execution details.

2026-06-27
pas-pipeline
소프트웨어 개발자

Run, validate, and manage PAS (Pascal's Discrete Attractor) DOT-based AI pipelines. Use when launching a pipeline end-to-end, resuming interrupted runs, capping spend, or generating pipelines from spec/PRD files.

2026-06-27
reck-factory
소프트웨어 개발자

Manage the Reck software factory — register repos, run AI tasks in containers, schedule background pipelines, and monitor results. Use when provisioning a new task, checking task status, or setting up recurring automation.

2026-06-27
acceptance-criteria
프로젝트 관리 전문가

Generate acceptance criteria for a user story or feature. Produces testable, specific criteria in Gherkin (Given/When/Then), checklist, or rules-based format with a completeness check. Use when writing or reviewing AC for any story, ticket, or feature spec.

2026-06-25
verified-implementation
소프트웨어 개발자

Use when implementing security-critical code (auth, crypto, secrets, TLS, CORS), financial arithmetic, protocol parsers, deserialization of untrusted data, or any code the user wants to be "production-ready," "correct," or "verified." Requires citing authoritative sources — RFCs, NIST, OWASP, official library docs — before writing, not after.

2026-06-20
browser-use-e2e
소프트웨어 품질 보증 분석가·테스터

Generate and run E2E tests using browser-use AI automation. This skill should be used when creating automated browser tests, testing authenticated flows, generating test scripts from natural language, or validating user journeys with AI-powered browser control. Handles credentials securely via .env.test with domain-prefixed variables.

2026-06-19
c4-diagram
소프트웨어 개발자

Generate C4 architecture diagrams using standard Mermaid flowchart syntax. Covers Context, Container, and Component levels with short labels, companion legend tables, and sequence diagrams for runtime behavior.

2026-06-19
property-based-testing
소프트웨어 품질 보증 분석가·테스터

Use when implementing serialization/parsing, data transformations, algorithms with mathematical properties, API contracts, or state machines where testing all edge cases is impractical — especially when you can describe invariants rather than specific input/output pairs.

2026-06-19
init
소프트웨어 개발자

Initialize a new project with standard scaffolding. Sets up git repo, CLAUDE.md, AGENTS.md symlink, beads, .envrc, Makefile, and pre-commit hooks. All components are optional — pick what you need.

2026-06-18
context-file-optimizer
소프트웨어 개발자

Audit and rewrite AGENTS.md, CLAUDE.md, and other AI agent context files to be minimal and effective. This skill should be used when creating, reviewing, or rewriting context files (AGENTS.md, CLAUDE.md, .cursorrules, etc.) to follow research-backed guidelines that improve agent performance and reduce costs. Based on findings from arxiv.org/abs/2602.11988.

2026-06-18
cli-design
소프트웨어 개발자

Design or audit CLI tools for agent compatibility. Covers stdout/stderr separation, --json flag, exit codes, NDJSON streaming, TOON format, composability, and idempotency. Use when building a new CLI or reviewing an existing one for LLM/agent use.

2026-06-17
context7
소프트웨어 개발자

Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.

2026-06-17
writing-skills-excellence
소프트웨어 개발자

Use when creating, updating, or improving agent skills.

2026-06-17
writing-about-engineering
기술 작가

Use when drafting first-person writing about software engineering or AI work — blog posts, short posts/threads, or postmortems — that needs a conversational-but-rigorous, peer-to-peer voice. Triggers when the request is to "write a post about X," "draft a postmortem for Y," "turn this debugging session into a writeup," or any first-person reflection on engineering, AI agents, tooling, or developer workflow. Skip for marketing copy, product announcements, customer-facing docs, or any third-person/aspirational writing.

2026-05-29
browser-use
소프트웨어 개발자

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

2026-02-04
mutation-test
소프트웨어 품질 보증 분석가·테스터

Run comprehensive mutation testing to audit test quality, find zombie tests, and propose refactoring

2026-02-04
python-simplifier
소프트웨어 개발자

Simplifies and refines Python code for clarity, consistency, and maintainability. Applies KISS principles, Pythonic patterns, and framework best practices. Use when reviewing or refactoring Python code.

2026-01-20
typescript-simplifier
소프트웨어 개발자

Simplifies and refines TypeScript/JavaScript code for clarity, consistency, and maintainability. Applies KISS principles, modern ES features, and framework best practices. Use when reviewing or refactoring TS/JS code.

2026-01-20