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

hypha-web

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

수집된 skills
25
Stars
7
업데이트
2026-06-25
Forks
3
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

proposal-discovery
소프트웨어 개발자

Maintain AI proposal discovery and form preparation when adding or updating Agreements create routes. Use when adding a new proposal type, changing create form fields, or updating select-create-action / select-settings-action menus.

2026-06-25
hypha-task-init
프로젝트 관리 전문가

Scaffold an SDD ticket workspace when starting a new unit of work. Reads the developer config, classifies the task, picks the SDD level, and creates the ticket folder in hypha-context. Trigger when the developer says: 'I'm starting #X', 'let's begin <ticket>', 'new task', or 'starting work on X'. (To resume an in-progress ticket use hypha-task-resume. To wrap up use hypha-checkpoint.)

2026-06-19
hypha-board
소프트웨어 개발자

Read or update Hypha's GitHub issues, PRs, and project board (#14 "Hypha Platform — Active Work") via the gh CLI. Use when a technical developer (github.enabled in their config) says "update the board", "sync this to GitHub", "move

2026-06-19
hypha-board
소프트웨어 개발자

Read or update Hypha's GitHub issues, PRs, and project board (#14 "Hypha Platform — Active Work") via the gh CLI. Use when a technical developer (github.enabled in their config) says "update the board", "sync this to GitHub", "move

2026-06-19
hypha-brief
기술 작가

Draft a shareable summary of work — a daily update, a spec brief for the team, or a focused issue to run by the team. Three auto-detected modes: daily (recent work + next steps), spec (spec summary + acceptance criteria), issue (specific topic to raise). Writes to .hypha-context.local/briefs/ (local draft — developer decides what to share). Trigger when someone says: 'generate a brief', 'draft something to share', 'share my daily update', 'brief the team on this spec', 'I want to run this by the team', or 'create a brief for the team call'.

2026-06-15
hypha-feedback
기술 작가

Surface an idea, observation, or proposal for team discussion without owning the improvement — creates a committed entry in the shared feedback/ folder in hypha-context. Two flavors: internal (engaged dev flagging something to discuss collectively) or external (any contributor providing input for engaged devs to act on). Trigger when someone says: 'flag this for the team', 'I have feedback on X', 'log this idea without a ticket', 'note this for discussion', 'I want to surface this but not own it'.

2026-06-15
hypha-brief
기술 작가

Draft a shareable summary of work — a daily update, a spec brief for the team, or a focused issue to run by the team. Three auto-detected modes: daily (recent work + next steps), spec (spec summary + acceptance criteria), issue (specific topic to raise). Writes to .hypha-context.local/briefs/ (local draft — developer decides what to share). Trigger when someone says: 'generate a brief', 'draft something to share', 'share my daily update', 'brief the team on this spec', 'I want to run this by the team', or 'create a brief for the team call'.

2026-06-15
hypha-feedback
기술 작가

Surface an idea, observation, or proposal for team discussion without owning the improvement — creates a committed entry in the shared feedback/ folder in hypha-context. Two flavors: internal (engaged dev flagging something to discuss collectively) or external (any contributor providing input for engaged devs to act on). Trigger when someone says: 'flag this for the team', 'I have feedback on X', 'log this idea without a ticket', 'note this for discussion', 'I want to surface this but not own it'.

2026-06-15
hypha-checkpoint
소프트웨어 개발자

Record progress at a checkpoint — end of session/day, after a milestone or PR, at a phase transition. Updates ticket spec header, decisions, and activity log in hypha-context; updates the platform view; commits and pushes both repos. Trigger when the developer says: 'let's checkpoint', 'wrap up for the day', 'update the status and activity log', or 'record where we are'.

2026-06-15
hypha-task-resume
소프트웨어 개발자

Resume an in-progress Hypha ticket in a new session. Loads ticket context from hypha-context, assesses the current SDD phase, copies the frozen spec into the satellite, and briefs what's next. Trigger when the developer says: 'I'm continuing #X', 'let's resume X', 'I'm back on this ticket', 'picking up where I left off', 'continue #X', or when starting Phase B after Phase A was completed.

2026-06-15
hypha-checkpoint
소프트웨어 개발자

Record progress at a checkpoint — end of session/day, after a milestone or PR, at a phase transition. Updates ticket spec header, decisions, and activity log in hypha-context; updates the platform view; commits and pushes both repos. Trigger when the developer says: 'let's checkpoint', 'wrap up for the day', 'update the status and activity log', or 'record where we are'.

2026-06-15
hypha-task-init
소프트웨어 개발자

Scaffold an SDD ticket workspace when starting a new unit of work. Reads the developer config, classifies the task, picks the SDD level, and creates the ticket folder in hypha-context. Trigger when the developer says: 'I'm starting #X', 'let's begin <ticket>', 'new task', or 'starting work on X'. (To resume an in-progress ticket use hypha-task-resume. To wrap up use hypha-checkpoint.)

2026-06-15
hypha-task-resume
소프트웨어 개발자

Resume an in-progress Hypha ticket in a new session. Loads ticket context from hypha-context, assesses the current SDD phase, copies the frozen spec into the satellite, and briefs what's next. Trigger when the developer says: 'I'm continuing #X', 'let's resume X', 'I'm back on this ticket', 'picking up where I left off', 'continue #X', or when starting Phase B after Phase A was completed.

2026-06-15
e2e-testing
소프트웨어 품질 보증 분석가·테스터

Run and write Playwright e2e tests for hypha-web. Handles dev server startup (with Zellij pane support), feature flag cookies, and test execution. Use when: running e2e tests, debugging test failures, writing new spec files, or asking "run tests", "e2e", "playwright", "test the chat panel", "test this feature". Also trigger when test output shows feature-flag-related failures (missing buttons, elements not found) or cookie/SSR issues. Do NOT use for unit tests, component tests, or non-Playwright testing.

2026-04-26
mcp-expert
소프트웨어 개발자

Model Context Protocol (MCP) architecture, server design, Cursor integration, security, and debugging. Use when developers ask about MCP servers, tools/resources/prompts, stdio or remote transports, mcp.json, OAuth, or troubleshooting agent-to-server connectivity.

2026-04-07
security-review
정보 보안 분석가

Review code for security vulnerabilities and hardening opportunities. Use when auditing code for XSS, injection, auth flaws, CSP issues, dependency risks, secrets exposure, or any security concern. Also trigger when the user says "security review", "security audit", "check for vulnerabilities", "is this secure", or mentions OWASP, CVE, or CSP.

2026-04-04
hypha-ui-stack
소프트웨어 개발자

Hypha UI stack: Tailwind CSS 4, shadcn/ui, Radix UI colors. Use when working with packages/ui, design tokens, component specs, or styling in hypha-web.

2026-03-27
conventional-commits
소프트웨어 개발자

Generate and execute conventional commit messages by analyzing git diffs and conversation context. Use when creating git commits, generating commit messages, or documenting changes in conventional commit format.

2026-03-19
create-agent-role
소프트웨어 개발자

Generate a new modular agent role in .agents/roles/ with references/ component reuse and documentation-first behavior. Use when creating new roles like "create a senior clerk engineer" or "create a senior neon db engineer", or migrating an existing prompt to the modular role architecture.

2026-03-19
engineering-github-actions
네트워크·컴퓨터 시스템 관리자

Designs, reviews, and optimizes GitHub Actions workflows at senior level. Use when creating or modifying .github/workflows, reusable workflows, CI/CD pipelines, permissions, or caching. Always checks https://github.com/features/actions before answering.

2026-03-17
optimizing-monorepo-performance
네트워크·컴퓨터 시스템 관리자

Maintains and performance-optimizes this Turborepo + pnpm monorepo and GitHub Actions pipelines. Use when editing turbo.json, package scripts, pnpm workspace config, or .github/workflows to reduce CI duration, cache misses, and unnecessary work.

2026-03-17
autofix
소프트웨어 개발자

Auto-fix CodeRabbit review comments - get CodeRabbit review comments from GitHub and fix them interactively or in batch

2026-03-17
gh-cli
소프트웨어 개발자기타 컴퓨터 관련 직업

GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.

2026-03-17
code-review
소프트웨어 품질 보증 분석가·테스터

AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security).

2026-03-17
i18n-translate
소프트웨어 개발자

Create and manage translations for hypha-web using next-intl. Use when translating components, adding new translation keys, adding new locales, or working with i18n in this project.

2026-03-10