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

BITE

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

수집된 skills
17
Stars
60
업데이트
2026-07-16
Forks
13
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

domain-fork
기타 컴퓨터 관련 직업

Migrates BITE's architecture to a new professional domain (e.g. frontend development, accounting, journalism). Interactive session with the user to map research concepts to domain equivalents, then generates a complete set of adapted skills and folder structure. Explicit trigger only.

2026-07-16
papers-batch-analyze
기타 중등 후 교사

Batch-analyzes papers from a user-provided CSV or `obsidian-vault/paper_list.csv` by splitting the list into safe per-batch CSVs, spawning parallel worker agents, writing analysis notes under `obsidian-vault/analysis/`, and refreshing `obsidian-vault/index/` after all completed batches. Use when the user asks to analyze many papers from `paper_list.csv` or run a local batch paper analysis workflow.

2026-07-16
papers-collect-from-web
기타 중등 후 교사

Collects paper candidates from non-GitHub web URLs — conference sites, lab homepages, proceedings pages, Google Scholar results, blog posts with paper lists, etc. Fetches and stores pages locally, then appends rows to `obsidian-vault/paper_list.csv`. Use when the user provides web URLs (not GitHub repos) + keyword constraints + venue/year and wants candidates added to the unified log. For GitHub repos, use `papers-collect-from-github-repo` instead.

2026-07-16
papers-download-from-list
기타 중등 후 교사

Uses colocated paper download tools to download, verify, and repair local PDFs from `obsidian-vault/paper_list.csv` rows so that `obsidian-vault/paperPDFs/` stays complete and deduplicated. Use when candidate rows are in `state=Wait` and should become `Downloaded` before the formal analysis chain.

2026-07-16
research-workflow
기타 중등 후 교사

Unified entry for the research pipeline. Maps current work to one stage (import-local-pdfs/collect/download/analyze/build/query/ideate/focus/review/audit/export), recommends the right existing skill/command, supports step-by-step and end-to-end guidance, and keeps stage boundaries clear without duplicating underlying capabilities.

2026-07-16
papers-audit-metadata-consistency
기타 중등 후 교사

Runs a unified metadata consistency audit across obsidian-vault/analysis logs and analysis notes, checking title/venue/year consistency, link/pdf_ref completeness, duplicates, and structure anomalies; writes quality_report_*.md under obsidian-vault/batches/reports.

2026-07-08
papers-build-index
기타 중등 후 교사

Builds/refreshes `obsidian-vault/index/index.jsonl` and Obsidian navigation pages from `obsidian-vault/paper_list.csv` when present, enriched by `obsidian-vault/analysis/` frontmatter when available. Use after completed analysis batches or when users ask to rebuild the local paper index.

2026-06-22
rf-obsidian-markdown
데스크톱 출판 전문가

Obsidian Flavored Markdown conventions for BITE. Use when generating or editing any .md file in the vault (analysis notes, indexes, idea notes, wiki pages). Ensures all output is Obsidian-native and renders correctly in reading view, graph view, and backlink panels. Adapted from kepano/obsidian-skills (MIT).

2026-06-22
notes-export-share-version
기술 작가

Converts internal research notes into shareable Obsidian-friendly Markdown files. Use when the user explicitly asks to make a share version, export a note for sharing, hide knowledge base traces, replace internal wiki links with public paper links, rewrite internal wording for external readers, or generate a content-driven share filename.

2026-06-10
papers-query-knowledge-base
기타 중등 후 교사

Queries the local `obsidian-vault/analysis/` notes for research. Finds papers by title, task path, technique tags, venue, or year; summarizes methods and evidence across papers; cites core_operator and primary_logic from analysis frontmatter. When present, `obsidian-vault/index/index.jsonl` serves as the fast filter layer and `obsidian-vault/index/` pages serve navigation and backlink exploration.

2026-06-10
research-brainstorm-from-kb
기타 중등 후 교사

Explores and structures research ideas into `obsidian-vault/ideas/` notes using the local paper knowledge base and frontier techniques. Use when the user provides research questions or ideas and wants decomposed candidate directions, related-work analysis based primarily on `obsidian-vault/analysis`, and cross-domain support from image/video generation, MLLM, Agent, or RL, automatically saved as dated idea notes under `obsidian-vault/ideas/`.

2026-06-10
code-context-paper-retrieval
기타 중등 후 교사

Retrieves code-context-relevant papers from the local knowledge base in two modes (brief/deep), using `obsidian-vault/analysis/` as the primary retrieval source and `obsidian-vault/paperPDFs/` for optional deeper reading. `obsidian-vault/index/` is optional and mainly serves statistics, Obsidian navigation, and backlink exploration. Environment detection prioritizes codebase environment files; asks user if none found. Trigger timing: BEFORE code modification, not after.

2026-05-20
papers-collect-from-github-repo
기타 중등 후 교사

Collects paper candidates from any GitHub repository README or docs — awesome lists, survey companion repos, lab paper lists, conference accepted-paper repos, benchmark leaderboards, etc. Agent fetches the README (or specified doc), analyzes its format, writes a one-off parser, and outputs rows aligned with paper_list.csv. No pre-built scripts — agent adapts to each repo's format on the fly.

2026-05-20
write-daily-log
소프트웨어 개발자

Generates or updates a structured daily research log by collecting evidence from git diffs, artifacts, and conversation context, then compressing into a decision-oriented summary. Use when the user says "写日志", "write daily log", "日报", "update daily summary", or asks to summarize today's research progress.

2026-04-16
idea-focus-coach
프로젝트 관리 전문가

Guides research ideation from broad thoughts to a focused, testable plan with explicit scope cuts, prioritized hypotheses, and immediate next experiments. Use when the user wants co-creation and step-by-step narrowing, not review verdicts.

2026-04-11
reviewer-stress-test
기타 중등 후 교사

Runs a strict-but-fair ICLR/CVPR/SIGGRAPH reviewer challenge on idea, roadmap, or full paper, with major-risk diagnostics and actionable repair paths. Use when the user wants high-pressure review questioning instead of brainstorming.

2026-04-11
skill-fit-guard
기타 컴퓨터 관련 직업

Detects post-invocation skill mismatch patterns, summarizes why they may recur, and asks whether to revise the skill now. Use when a called .claude skill output is clearly unfit for the user intent and similar mismatch is likely to happen again.

2026-04-08