소스 정보
- 저장소
- XposeMarket/PromSRC
- 최근 소스 활동
- 2026년 5월 22일 13:06
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/XposeMarket/PromSRC --skill src-edit-proposal-rigor명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Render a live inline Chart.js chart in chat when the user asks to chart, graph, plot, or visualize numeric data, KPI trends, comparisons, distributions, or correlations. Use only for inline charts; do not save files or use this for dashboards, interactive apps, or presentation decks.
Diagnose an existing MCP server, preset, connection, discovery, authentication, schema, transport, or tool-execution failure. Use for MCP operations and recovery; use mcp-server-builder to create/register a new MCP server and integration-setup for broader service setup.
Apply the current Prometheus One visual identity: a sleek, premium black-and-gold local AI command-center system across product UI, mobile, website, releases, and creative work.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | src-edit-proposal-rigor |
| description | A strict pre-proposal workflow for any change that edits `src/` code. |
| emoji | 🧩 |
| version | 1.0.0 |
A strict pre-proposal workflow for any change that edits src/ code.
src/ proposals must be auditable and deterministic. Never draft from assumptions. Always prove current behavior from exact source reads, then specify exact intended edits and expected behavior after patch.
This skill sharpens and extends runtime proposal requirements by forcing evidence-first planning.
Read before proposing
read_source, grep_source, and list_source before writing write_proposal.Reference exact files + line ranges
read_source again before finalizing.Describe current flow first
Specify exact edits, not vague intent
State deterministic behavior after patch
Define acceptance tests
Cover risk and compatibility
Respect required section headings for src proposals
write_proposal.details, use these exact headings:
Why this changeExact source editsDeterministic behavior after patchAcceptance testsRisks and compatibilityPin the canonical src executor explicitly
write_proposal that edits src/ must set executor_agent_id to code_executor_synthesizer_v1 in this workspace.executor_agent_id blank and never use main or brainstorm/summarizer/research executors for src edits.code_executor_synthesizer_v1 is unavailable, run agent_list/agent_info, resolve the canonical replacement, and state that decision explicitly in the proposal summary/details before submitting.Harden executor prompt for deterministic execution
executor_prompt must be explicit that the executor is performing source edits, not analysis-only work.executor_agent_id is exactly code_executor_synthesizer_v1code_executor_synthesizer_v1 exists in agent_list outputtype is src_edit or feature_addition when touching src/grep_source to locate relevant symbols, routes, handlers, and call sites.list_source to verify module boundaries.{file, function, line range, why impacted}.read_source.write_proposal with complete, evidence-backed details.affected_files matches the edit plan exactly.src/...fileA.ts (lines X-Y):
src/...fileB.ts (lines A-B):
src/ file was read directly.If any box is unchecked, do not submit the proposal yet.