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

agentic-assistant

agentic-assistant 收录了来自 jankneumann 的 49 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
49
Stars
0
更新
2026-07-20
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agent-metrics
软件开发工程师

Generate throughput and quality reports from coordinator audit data and episodic memory

2026-07-20
autopilot-roadmap
软件开发工程师

Execute roadmap items iteratively with policy-aware vendor routing and learning feedback

2026-07-20
autopilot
软件开发工程师

Orchestrate the full plan-review-implement-validate-PR lifecycle with multi-vendor review convergence

2026-07-20
cleanup-feature
软件开发工程师

Merge approved PR, migrate open tasks, archive OpenSpec proposal, and cleanup branches

2026-07-20
collect-transcripts
其他计算机职业

Ingest raw session transcripts from coding-agent harnesses via vendor-specific adapters, normalize to a common event schema, triage for struggle signals, and write structured findings to episodic memory

2026-07-20
coordination-bridge
软件开发工程师

HTTP fallback bridge for coordinator when MCP transport is unavailable

2026-07-20
improve-harness
其他计算机职业

Analyze capability-gap failure patterns from episodic memory and generate improvement reports with OpenSpec proposal stubs

2026-07-20
merge-pull-requests
软件开发工程师

Triage, review, and merge open pull requests from multiple sources (OpenSpec, Jules, Codex, Dependabot, manual)

2026-07-20
parallel-infrastructure
网络与计算机系统管理员

Shared parallel execution infrastructure: DAG scheduling, review dispatch, consensus synthesis, scope checking

2026-07-20
plan-feature
软件开发工程师

Create OpenSpec proposal with tiered execution (coordinated / local-parallel / sequential)

2026-07-20
plan-roadmap
软件开发工程师

Decompose a proposal into prioritized OpenSpec change candidates with a dependency DAG. Scaffolds a proposal first if none exists.

2026-07-20
playwright-validator
软件质量保证分析师与测试员

Drive a deployed frontend via Playwright using OpenSpec WHEN/THEN scenarios; emit behavioral_failure findings.

2026-07-20
prioritize-proposals
软件开发工程师

Analyze active OpenSpec proposals and produce a prioritized "what to do next" report

2026-07-20
review-artifacts
软件开发工程师

Open the artifacts relevant to a review (OpenSpec proposal, branch changes, or explicit paths) in VS Code, in a curated read-order, in the right worktree.

2026-07-20
roadmap-runtime
软件开发工程师

Shared roadmap artifact validation, checkpointing, learning-log helpers, and context assembly

2026-07-20
session-bootstrap
网络与计算机系统管理员

Cloud environment bootstrap (setup script + verify hook) and coordinator lifecycle hooks

2026-07-20
session-log
软件开发工程师

Structured decision records for session logs and merge logs at phase boundaries

2026-07-20
setup-coordinator
软件开发工程师

Configure and verify coordinator access for CLI MCP and Web/Cloud HTTP runtimes

2026-07-20
validate-feature
软件质量保证分析师与测试员

Deploy locally, run security scans and behavioral tests, check CI/CD, and verify OpenSpec spec compliance

2026-07-20
validate-packages
软件开发工程师

Validation scripts for work packages, parallel zones, and work results

2026-07-20
worktree
软件开发工程师

Worktree lifecycle management scripts — setup, teardown, heartbeat, pin, GC, merge

2026-07-20
archive-roadmap
软件开发工程师

Archive a completed roadmap workspace to openspec/roadmaps/archive/<date>-<id>/

2026-05-21
bao-vault
网络与计算机系统管理员

OpenBao/Vault credential seeding and management scripts

2026-05-21
bug-scrub
软件质量保证分析师与测试员

Comprehensive project health diagnostic — collects signals from CI tools, existing reports, deferred issues, and code markers into a prioritized finding report

2026-05-21
changelog-version
软件开发工程师

Generate changelog entries and suggest semantic version bumps from git history

2026-05-21
context-engineering
其他计算机职业

Curates the right context for an agent at the right time. Loaded by orchestrator skills (plan-feature, implement-feature, validate-feature) when a worker is about to start a task and needs to decide which rules, specs, source files, errors, and conversation history to surface. Covers the 5-level context hierarchy, named packing strategies, and the most common failure modes (starvation, flooding, stale context, missing examples, implicit knowledge, silent confusion). Tied to this repo's coordinator, work-packages.yaml scope rules, worktree branching, and OPENSPEC_BRANCH_OVERRIDE handoff conventions.

2026-05-21
coordinator-task-status-renderer
软件开发工程师

Render and seed coordinator-owned task status block in OpenSpec tasks.md

2026-05-21
documentation-and-adrs
软件开发工程师

Write durable documentation that captures *why* a system is the way it is. Use when making a significant architectural decision, adding or changing a public API, shipping user-facing behavior, onboarding new humans or agents, or any time you find yourself explaining the same thing twice. Covers the ADR template (Status / Context / Decision / Consequences), ADR lifecycle (PROPOSED → ACCEPTED → SUPERSEDED → DEPRECATED), sequential numbering, the "comment intent not mechanics" rule, and a README skeleton (quick-start / commands / architecture). Localized to this repo's `docs/decisions/` capability-timeline format and OpenSpec workflow.

2026-05-21
expedite
软件开发工程师

Readiness gate for sync-point operations — inspect validation, rework, and active-agent state before merge

2026-05-21
explore-feature
项目管理专家

Identify high-value next features using architecture artifacts, code signals, and active OpenSpec context

2026-05-21
implement-feature
软件开发工程师

Implement approved OpenSpec proposal with tiered execution (coordinated / local-parallel / sequential)

2026-05-21
iterate-on-implementation
软件开发工程师

Iteratively refine a feature implementation by identifying and fixing bugs, edge cases, and improvements

2026-05-21
iterate-on-plan
软件开发工程师

Iteratively refine an OpenSpec proposal by identifying and fixing completeness, clarity, feasibility, scope, consistency, testability, parallelizability, and assumptions issues

2026-05-21
langfuse
软件开发工程师

One front door for Langfuse — combines the Langfuse Agent Skill (best practices + docs), the Langfuse CLI (full API surface via npx), and the Langfuse MCP server (native prompt-management tool calls). Use when instrumenting an app, querying or modifying Langfuse data (traces, prompts, datasets, scores, sessions, evals), looking up Langfuse documentation, or configuring Langfuse for a new repo. Routes between Skill knowledge / CLI / MCP based on intent.

2026-05-21
parallel-review-implementation
软件质量保证分析师与测试员

Per-package implementation review producing structured findings per review-findings.schema.json

2026-05-21
parallel-review-plan
软件质量保证分析师与测试员

Independent plan review producing structured findings per review-findings.schema.json

2026-05-21
prototype-feature
软件开发工程师

Dispatch N parallel variant agents to produce competing working skeletons from an approved proposal, score them via cheap validation phases, and capture human pick-and-choose feedback for convergence-aware refinement

2026-05-21
quick-task
项目管理专家

Delegate small ad-hoc tasks to any configured vendor without OpenSpec ceremony

2026-05-21
refresh-architecture
软件开发工程师

Refresh architecture analysis artifacts (docs/architecture-analysis/) from the codebase

2026-05-21
security-review
信息安全分析师

Run reusable cross-project security review with profile detection, OWASP Dependency-Check, ZAP container scanning, and risk-gated reporting

2026-05-21
当前展示该仓库 Top 40 / 49 个已收集 skills。
agentic-assistant GitHub Agent Skills | SkillsMP