Skip to main content
lyonzin
GitHub 제작자 프로필

lyonzin

1개 GitHub 저장소에서 수집된 10개 skills를 저장소 단위로 보여줍니다.

수집된 skills
10
저장소
1
업데이트
2026년 8월 13일
저장소 탐색

저장소와 대표 skills

rag-security-first
정보 보안 분석가

For any security-related task — threat triage, incident response, MITRE ATT&CK mapping, CVE lookup, exploit analysis, defensive control validation, red/blue/purple team work — always consult the local corpus first. Assumes the RAG is loaded with security…

2026년 8월 13일
rag-check-first
기타 컴퓨터 관련 직업

Before answering any technical question, code request, architecture decision, or factual claim, call search_knowledge to check the local corpus. Trigger on any query that could be answered with prior work, indexed docs, ADRs, runbooks, or team context.…

2026년 8월 13일
rag-cite-sources
기타 컴퓨터 관련 직업

Every technical claim drawn from the local corpus must ship with a source citation formatted as path:line or path:section. Trigger whenever the response quotes, paraphrases, or acts on knowledge that came from a search_knowledge or get_document call. Makes…

2026년 8월 13일
rag-onboard-context
기타 컴퓨터 관련 직업

At the start of every new session or when the topic shifts significantly, probe the knowledge base to learn what is indexed. Calls get_index_stats + list_categories + a couple of exploratory search_knowledge queries. Prevents the agent from operating blind or…

2026년 8월 13일
rag-evaluate-quality
데이터 과학자

Periodically measure the retrieval quality of the knowledge base using evaluate_retrieval (MRR@5, Recall@5, Precision@5) plus get_index_stats for health metrics. Run weekly, after significant reindex activity, or when the user reports declining answer…

2026년 8월 13일
rag-index-decisions
기타 컴퓨터 관련 직업

After making a non-obvious architectural decision, solving a novel bug, agreeing on a coding standard, or reaching a conclusion worth remembering, index it back into the knowledge base so the next occurrence is one search away. Uses add_document or…

2026년 8월 13일
rag-code-review
소프트웨어 품질 보증 분석가·테스터

When performing code review on a PR, diff, snippet, or "look at this change" request, first consult the corpus for related ADRs, coding standards, prior patterns, and similar files. Grounds review comments in the team's actual decisions instead of generic…

2026년 8월 13일
rag-deep-dive
기타 컴퓨터 관련 직업

Three-step multi-tool workflow — search the corpus, fetch the most relevant document in full, then find similar documents. Use when a single search_knowledge hit is not enough because the user asked a "how does X work end to end" or "explain the pattern" or…

2026년 8월 13일
수집된 skill 10개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다