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

north-starr-genai

north-starr-genai 收录了来自 selcukyucel 的 20 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
20
Stars
1
更新
2026-04-16
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ai-invert
软件开发工程师

Run AI-specific inversion analysis on a requirement before implementation. Dispatches the `ai-invert-analyst` agent on a separate thread. Use before complex or high-stakes AI tasks that touch prompts, models, RAG, or AI-powered outputs.

2026-04-16
autoimprove
软件开发工程师

Autonomously improve any skill or agent prompt via measure-change-test hill-climbing. Dispatches the `auto-improver` agent on a separate thread. Use when a skill gives inconsistent results, when asked to "improve/optimize/autoresearch" a skill, or when output quality needs iterative tightening.

2026-04-16
baseline
软件质量保证分析师与测试员

Capture a reproducible AI performance baseline before changes. Dispatches the `baseline-capturer` agent on a separate thread. Use before any change to a client-facing AI output. Triggered automatically by the Q3 gate in CLAUDE.md.

2026-04-16
genai-bootstrap
软件开发工程师

Generate AI tool configuration for an existing project. Explores the codebase and produces context files, path-scoped pattern rules, landmine rules, and agents for Claude Code and VS Code Copilot. Run once per project.

2026-04-16
genai-sync
软件开发工程师

Inject managed sections into existing CLAUDE.md and AGENTS.md after a North Starr GenAI plugin update without re-bootstrapping. Preserves all project-specific content.

2026-04-16
ai-test
软件质量保证分析师与测试员

Generate executable pytest test files for AI outputs. Produces assertion-based tests for deterministic AI components (classification, extraction, routing, structured output) that run in CI/CD. Complements /eval-suite which produces statistical evaluation datasets for non-deterministic outputs.

2026-04-06
deploy-checklist
软件开发工程师

Pre-deployment verification checklist for AI automations. Verifies evals pass, baselines show no regressions, guardrails are tested, costs are reviewed, monitoring is configured, and rollback plan is documented.

2026-04-06
genai-invert
软件开发工程师

Deep structured inversion analysis on a requirement before implementation. Identifies risks, edge cases, failure modes, and convention violations. Use before complex or high-stakes tasks.

2026-04-06
guardrail-spec
项目管理专家

Generate input/output guardrail specifications for an AI automation. Covers PII detection, prompt injection filtering, content safety, confidence thresholds, human escalation, fallback behavior, and audit logging.

2026-04-06
handoff-doc
秘书和行政助理(法律、医疗和高管除外)

Generate client-facing documentation for completed AI automations. Includes system overview, architecture diagram, monitoring guide, prompt modification guide, escalation procedures, and SLA summary.

2026-04-06
incident-playbook
网络与计算机系统管理员

Generate runbooks for common AI automation failures. Covers model timeouts, hallucination detection, cost spikes, accuracy drops, data pipeline failures, and prompt injection attempts.

2026-04-06
prompt-version
软件开发工程师

Track prompt iterations with diffs, scores, and rollback capability. Version control for prompts — the "source code" of AI automations.

2026-04-06
decompose
项目管理专家

Decompose a PRD into prioritized, dependency-mapped epics and user stories. Accepts pasted text, file path, or PDF.

2026-04-06
orchestrate
软件开发工程师

Start the AI story orchestration pipeline. Feeds stories from a story map into the orchestrator agent, which routes them through TRIAGE → DESIGN → PLAN → BUILD → HARDEN → DELIVER with feedback loops, conflict detection, and human escalation.

2026-04-06
eval-suite
软件质量保证分析师与测试员

Generate evaluation datasets from requirements. Creates golden examples, adversarial inputs, boundary cases, and regression anchors with scoring rubrics. Use when building test suites for AI outputs.

2026-04-06
assess
软件开发工程师

Classify project type, recommend approach, identify needed agents, estimate complexity, and flag risks. Runs BEFORE /decompose to help North Starr adapt its pipeline to what is being built.

2026-04-01
discover
项目管理专家

Elicit requirements from a client who has a problem but no PRD. Asks structured questions, identifies actual needs, and generates a PRD draft ready for /decompose.

2026-04-01
cost-estimate
成本估算师

Estimate token costs for a proposed AI automation or change. Projects per-request and monthly costs at 1x, 10x, 100x scale with model comparison. Use before building or when the complexity gate detects cost impact (Q4=Yes).

2026-03-27
learn
软件开发工程师

After completing a task, capture learnings by updating AI tool configuration. Creates or updates rules, agents, and context files based on what was discovered — in the native format for each tool (Claude Code, VS Code Copilot, AGENTS.md). Use after any task where something surprised you, went wrong, or produced a reusable insight.

2026-03-27
prompt-test
软件质量保证分析师与测试员

Run a prompt against a test suite of inputs, score outputs, and compare against baseline. Use for single-run prompt evaluation after changes.

2026-03-27