← Back to list

npid-existing-code
by 23Maestro
Raycast extension for prospect pipeline management
⭐ 1🍴 0📅 Dec 30, 2025
SKILL.md
name: npid-existing-code description: Reuse existing Prospect ID code instead of creating new abstractions
NPID Existing Code-First Skill
Repository: Raycast/prospect-pipeline
Core principle:
- MOST of what is needed is already within the code.
- ALWAYS try to improve or utilize already working code.
When this skill is active, follow these rules:
1. Files to inspect first
Before proposing any implementation:
src/python/npid_api_client.pymcp-servers/npid-search/src/session.tsmcp-servers/npid-search/src/npid-client.tsmcp-servers/npid-search/src/season-calculator.tssrc/generate-names.tsxsrc/tools/generate-content.tsdocs/plans/2025-11-14-npid-athlete-search-design.md
Assume the correct pattern already exists in one of these and your job is to connect or extend it minimally.
2. Authentication and session
- Reuse
~/.npid_session.pkland the shared auth loader insrc/session.ts. - Use
loadSession()andgetAuthHeaders()for all NPID HTTP calls. - Do NOT:
- Create new session managers.
- Add login flows, remember-me logic, or token expiry logic.
- Log cookies or auth details.
3. Data and positions
- Positions come exactly from the API (pipe-separated abbreviations).
- If position 2 or 3 is missing: leave it blank.
- If no positions exist: return empty string.
- Never manufacture
"NA"or other placeholders.
4. Change strategy
When implementing anything:
- Find 1–3 similar patterns already in this codebase (Python client, MCP client, Raycast form, content generator).
- Align with the closest pattern instead of inventing a new one.
- Prefer changing a single existing file over adding new ones.
- Keep responses:
- Diff-only.
- Minimal lines.
- No explanations unless explicitly requested with "explain".
Prohibited behaviors in this repo:
- New auth abstractions.
- New "helpful" layers that duplicate existing logic.
- Placeholder data that isn't coming from the API or user input.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon