Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
Pinperepette
GitHub 제작자 프로필

Pinperepette

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

수집된 skills
10
저장소
2
업데이트
2026-07-25
저장소 탐색

저장소와 대표 skills

kernel-repo-slice
소프트웨어 개발자

T2 della pipeline kernel: proietta un intero repository sul working set rilevante per un bug (P_Q a livello repo). Usalo PRIMA di esplorare un repo grande quando hai un sintomo concreto: stack trace, messaggio d'errore, file indiziati. Output: manifest ordinato con motivazioni + esclusioni recuperabili (page fault).

2026-07-23
kernel-ops
소프트웨어 개발자

Operazioni e diagnostica del plugin context-kernel a linguaggio naturale, senza dover digitare slash command. Usala quando l'utente chiede — con parole sue — lo stato o la salute del kernel, quanti token ha risparmiato, un health-check (doctor), di giudicare i campioni A/B (answer-invariance), di recuperare un output parcheggiato/eliso (recall), la carta del task attiva, uno smoke test della compressione, o i tassi/prior appresi (tune). Esempi: "come va il context-kernel", "quanto ho risparmiato", "fai il doctor del kernel", "controlla che il plugin sia a posto", "giudica gli A/B", "recupera quell'output parcheggiato", "che carta del task ho attiva". Instrada verso lo script giusto; le attuazioni che SCRIVONO stato restano sempre esplicite.

2026-07-20
kernel-slice
소프트웨어 개발자

Estrae la fetta minimale di un file Python o Go rilevante per un simbolo (funzione/classe/tipo), scartando tutto cio' che non puo' influenzarne il comportamento. Usalo prima di leggere per intero un file grande quando ti interessa solo un simbolo specifico.

2026-07-18
kernel-invariants
소프트웨어 개발자

T3 della pipeline kernel: dall'output dello slicer estrae la CARTA DEL TASK — i vincoli che il fix deve rispettare, ognuno con citazione file:riga. Converte massa di codice in proposizioni verificabili. Usala dopo kernel-repo-slice e prima di scrivere il fix.

2026-07-17
kernel-pipeline
소프트웨어 개발자

Orchestrazione completa della pipeline kernel su un bug: T1 compressione (hook, ambientale) -> T2 repo slice -> T3 carta del task -> fix -> T4 verifica. Usala per bug non banali in repo medio-grandi; per bug piccoli usa direttamente kernel-repo-slice o niente.

2026-07-16
kernel-verify
소프트웨어 개발자

Verifica se una compressione/proiezione del contesto ha preservato la risposta (answer-invariance A(x) = A(pi(x))). Usa la sessione corrente per rispondere e giudicare — nessuna chiave API, nessun costo extra oltre l'abbonamento.

2026-07-16
memory
소프트웨어 개발자

Per-project persistent memory in AGD format with selective retrieval and graph traversal. Use when the user says "ricordi", "what do you remember", "do you know X" — or when you need project context (user preferences, paths, past decisions, scope-restricted rules) before answering. The memory file is a graph; pull the TOC first, then fetch the relevant blocks plus their backlinks/refs in a single call. Costs roughly 6-15x fewer tokens than loading the whole memory file (TOC alone ~6x, typical 1-3 block fetch ~14x, single-block ~74x).

2026-07-25
recall-lang
소프트웨어 개발자

Configure the language(s) used by the agd-memory auto-recall hook for stopword filtering. Use when the user says "enable italian recall", "abilita italiano per il recall", "set recall language", "which languages for recall", "disabilita italiano recall", "reset recall languages", or asks to add a custom stopwords file. Default after install is English only; other languages are opt-in.

2026-07-25
remember
파일 사무원

Save a fact to the project's agd-memory. Use this skill when the user invokes /remember, says "ricorda questo", "salvalo in memoria", "remember this", "save to memory", or asks you to memorise a specific decision/path/version/preference. Two modes: with an argument the text is saved directly; without an argument propose a draft from the recent conversation and wait for the user's confirmation before writing.

2026-05-10
memory-view
네트워크·컴퓨터 시스템 관리자

Open the agd-memory project memory in a local browser viewer. Spins up a small http server on localhost and prints the URL. Use when the user says "show me the memory", "view memory", "open memory", "see the graph", "apri la memoria", "vedi la memoria", or asks to inspect/visualize/browse the agd memory file.

2026-05-10
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다