Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ntrp

ntrp 收录了来自 esceptico 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
68
更新
2026-07-03
Forks
10
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-feed
软件开发工程师

Use this skill when the user wants a memory feed — a scheduled automation that fetches targeted data from their integrations (gmail/calendar/slack/web) and keeps ONE memory page current, updated in place. Examples; "track my PR queue", "keep an invoices page", "week-ahead brief".

2026-07-03
implement
软件开发工程师

Implement a spec end-to-end — recon readers map the codebase, an architect pins every cross-file contract in a blueprint, parallel builders implement disjoint workstreams from it, adversarial review, then a final test gate. Use for multi-file feature work. Run via the workflow tool by name.

2026-06-12
audit
软件质量保证分析师与测试员

Find -> adversarially verify -> rank issues over a target (a diff, dir, file, or glob). Use for code review, a scoped bug hunt, a security or perf pass. Run via the workflow tool by name.

2026-06-09
investigate
软件开发工程师

Answer a question about a target by fanning out parallel readers over derived angles, then synthesizing a cited answer. Use to understand a subsystem, research a question, or trace how/where something works. Run via the workflow tool by name.

2026-06-09
panel
软件开发工程师

Decide between approaches — generate N diverse proposals from different lenses, score each against criteria with independent judges, then synthesize a decisive recommendation. Use for design choices, tradeoff calls, "which approach should we take". Run via the workflow tool by name.

2026-06-09
propose-automation
其他计算机职业

Use this skill when the user wants to turn the current conversation into a scheduled automation. Analyze the session and call create_automation to propose one — the user reviews the full prompt + schedule in the approval card before it's saved.

2026-06-03
add-tool
软件开发工程师

Create a custom user tool in ~/.ntrp/tools/ using the current tool(...) API.

2026-05-28
loop
软件开发工程师

Use when the user types /loop or asks to repeat/poll/babysit something on a cadence inside THIS chat. Examples — "/loop 5m check the deploy", "watch CI until green", "every 30 minutes summarize my inbox". Sets up a recurring prompt that fires into this session via the create_loop tool.

2026-05-13
propose-skill
其他计算机职业

Use this skill when the user wants to capture the current conversation as a reusable skill. Analyze the session and call create_skill to propose one — the user reviews the full body in the approval card before it's written to disk.

2026-05-11
mermaid
软件开发工程师

Produce a clean Mermaid diagram (flowchart / sequence / class / state / ER / gantt / mindmap and others) for the user's requirement. Returns a single fenced ```mermaid block ready to render in the desktop chat.

2026-05-04
add-model
软件开发工程师

Add a custom OpenAI-compatible model (OpenRouter, Ollama, vLLM, LM Studio, etc.) to ~/.ntrp/models.json

2026-05-03
add-skill
其他计算机职业

Use this skill when the user wants to create a new skill or remove an existing skill. This includes writing a SKILL.md from scratch and adding scripts/assets.

2026-05-03