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

a-safe-pulse

a-safe-pulse에는 bybren-llc에서 수집한 skills 53개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

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

이 저장소의 skills

api-patterns
소프트웨어 개발자

Express API route implementation patterns with validation and error handling. Use when creating Express routes, implementing CRUD endpoints, adding server-side validation, handling webhooks, or implementing error handling. This project uses Express.js with direct pg queries -- no Next.js, no ORM.

2026-03-25
frontend-patterns
소프트웨어 개발자

Frontend UI patterns. DORMANT -- not currently active in a-safe-pulse (CLI + API only).

2026-03-25
migration-patterns
데이터베이스 아키텍트

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables, or planning data migrations. Migrations are raw SQL files in `src/db/migrations/` with `XXX_description.sql` naming, registered in `index.ts`, auto-run on startup.

2026-03-25
pattern-discovery
소프트웨어 개발자

Pattern library discovery for pattern-first development. Use BEFORE implementing any new feature, creating components, writing API routes, or adding database operations. Ensures existing patterns are checked first.

2026-03-25
rls-patterns
데이터베이스 아키텍트

Row Level Security patterns for database operations. Use when writing any database query, creating API routes that access data, implementing webhooks that write to the database, or working with user data. This project uses direct pg (node-postgres) queries with raw SQL -- no ORM.

2026-03-25
spec-creation
소프트웨어 개발자

Spec creation with pattern references, acceptance criteria, and demo scripts. Use when creating implementation specs, defining acceptance criteria, breaking down user stories, or translating business requirements to technical specs. Do NOT use for implementation work -- this is for planning and specification only.

2026-03-25
stripe-patterns
소프트웨어 개발자

Payment integration patterns. DORMANT -- not currently active in a-safe-pulse.

2026-03-25
team-coordination
소프트웨어 개발자

Agent Teams orchestration patterns for multi-agent SAFe workflows. Use when spawning agent teams, coordinating teammates, enforcing quality gates via task dependencies, or orchestrating the 11-agent SAFe pipeline. Covers team creation, messaging, shared task lists, and SAFe gate enforcement. Do NOT use for single-agent or simple subagent workflows.

2026-03-25
testing-patterns
소프트웨어 품질 보증 분석가·테스터

Testing patterns for Jest unit and integration tests. Use when writing tests, setting up test fixtures, or validating implementations. Jest only -- no no E2E framework. Tests live in `tests/` directory.

2026-03-25
agent-coordination
컴퓨터·정보 시스템 관리자

Agent assignment matrix, blocker escalation, and TDM coordination patterns. Use when assigning work to specialists, managing blockers, or coordinating multi-agent workflows.

2026-03-25
api-patterns
소프트웨어 개발자

Express API route implementation patterns with Zod validation and error handling. Use when creating Express routes, implementing endpoints, or adding server-side validation. This project uses Express.js with direct pg queries -- no Next.js, no ORM.

2026-03-25
confluence-docs
소프트웨어 개발자

Documentation templates for ADRs, runbooks, and architecture docs. Use when creating architectural decision records, operational runbooks, or technical documentation.

2026-03-25
deployment-sop
네트워크·컴퓨터 시스템 관리자

Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.

2026-03-25
frontend-patterns
웹 개발자

Frontend UI patterns. DORMANT -- not currently active in a-safe-pulse (CLI + API only).

2026-03-25
git-advanced
소프트웨어 개발자

Advanced git operations including rebase, bisect, cherry-pick, and conflict resolution. Use when rebasing branches, debugging with bisect, cherry-picking commits, or resolving complex merge conflicts.

2026-03-25
migration-patterns
데이터베이스 아키텍트

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables, or altering schemas. Raw SQL files in `src/db/migrations/` with `XXX_description.sql` naming.

2026-03-25
orchestration-patterns
소프트웨어 개발자

Agentic orchestration patterns for long-running tasks. Implements evidence-based delivery and Simon Willison's agent loop. Use when managing multi-step work, coordinating subagents, or orchestrating PR workflows.

2026-03-25
pattern-discovery
소프트웨어 개발자

Pattern library discovery for pattern-first development. Use BEFORE implementing any new feature, creating API routes, or adding database operations. Ensures existing patterns are checked first before writing new code.

2026-03-25
release-patterns
소프트웨어 개발자

PR creation, CI/CD validation, and release coordination patterns. Use when creating pull requests, running pre-PR validation, checking CI status, or coordinating merges.

2026-03-25
rls-patterns
데이터베이스 관리자

Row Level Security patterns for database operations. Use when writing database queries, creating Express API routes that access data, or implementing webhooks. This project uses direct pg (node-postgres) queries with raw SQL -- no ORM.

2026-03-25
safe-workflow
소프트웨어 개발자

SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing commits, creating branches, writing PR descriptions, or asking about contribution guidelines.

2026-03-25
security-audit
정보 보안 분석가

RLS validation, security audits, OWASP compliance, and vulnerability scanning. Use when validating data isolation, auditing Express API routes, or scanning for security issues.

2026-03-25
spec-creation
프로젝트 관리 전문가

Spec creation with pattern references, acceptance criteria, and demo scripts. Use when creating implementation specs, defining acceptance criteria, or breaking down user stories.

2026-03-25
stripe-patterns
소프트웨어 개발자

Payment integration patterns. DORMANT -- not currently active in a-safe-pulse.

2026-03-25
team-coordination
컴퓨터·정보 시스템 관리자

Agent Teams orchestration patterns for multi-agent SAFe workflows. Use when spawning agent teams, coordinating teammates, enforcing quality gates via task dependencies, or orchestrating the 11-agent SAFe pipeline. Covers TeamCreate, SendMessage, shared TaskList, and SAFe gate enforcement.

2026-03-25
testing-patterns
소프트웨어 품질 보증 분석가·테스터

Testing patterns for Jest unit and integration tests. Use when writing tests, setting up test fixtures, or validating implementations. Jest only -- tests in `tests/` directory.

2026-03-25
api-patterns
소프트웨어 개발자

Express API route implementation patterns with Zod validation and error handling. Use when creating Express routes, implementing endpoints, or adding server-side validation. This project uses Express.js with direct pg queries -- no Next.js, no ORM.

2026-03-25
deployment-sop
네트워크·컴퓨터 시스템 관리자

Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.

2026-03-25
frontend-patterns
웹 개발자

Frontend UI patterns. DORMANT -- not currently active in a-safe-pulse (CLI + API only).

2026-03-25
git-advanced
소프트웨어 개발자

Advanced git operations including rebase, bisect, cherry-pick, and conflict resolution. Use when rebasing branches, debugging with bisect, cherry-picking commits, or resolving complex merge conflicts.

2026-03-25
migration-patterns
데이터베이스 아키텍트

Database migration creation with raw SQL files and ARCHitect approval workflow. Use when creating migrations, adding tables, or altering schemas. Raw SQL in `src/db/migrations/` with `XXX_description.sql` naming.

2026-03-25
orchestration-patterns
소프트웨어 개발자

Agentic orchestration patterns for long-running tasks. Implements evidence-based delivery and iterative agent loops. Use when managing multi-step work, coordinating workflows, or orchestrating PR workflows.

2026-03-25
pattern-discovery
소프트웨어 개발자

Pattern library discovery for pattern-first development. Use BEFORE implementing any new feature, creating components, writing API routes, or adding database operations. Ensures existing patterns are checked first.

2026-03-25
rls-patterns
데이터베이스 아키텍트

Row Level Security patterns for database operations. Use when writing database queries, creating Express API routes that access data, or implementing webhooks. This project uses direct pg (node-postgres) queries with raw SQL -- no ORM.

2026-03-25
security-audit
정보 보안 분석가

Data isolation validation, security audits, OWASP compliance, and vulnerability scanning. Use when validating query safety, auditing Express API routes, scanning for security issues, or reviewing code for vulnerabilities.

2026-03-25
spec-creation
소프트웨어 개발자

Spec creation with pattern references, acceptance criteria, and demo scripts. Use when creating implementation specs, defining acceptance criteria, or breaking down user stories.

2026-03-25
stripe-patterns
소프트웨어 개발자

Payment integration patterns. DORMANT -- not currently active in a-safe-pulse.

2026-03-25
testing-patterns
소프트웨어 품질 보증 분석가·테스터

Testing patterns for Jest unit and integration tests. Use when writing tests, setting up test fixtures, or validating implementations. Jest only -- tests in `tests/` directory.

2026-03-25
agent-coordination
프로젝트 관리 전문가

Agent assignment matrix, blocker escalation, and TDM coordination patterns. Use when assigning work to specialist agents, managing blockers across agents, coordinating multi-agent workflows, escalating issues, or verifying the pre-implementation gate. Do NOT use for direct implementation work.

2026-03-20
confluence-docs
소프트웨어 개발자

Documentation templates for ADRs, runbooks, architecture docs, and knowledge transfer documents. Use when creating Architecture Decision Records, writing operational runbooks, documenting system architecture, or creating technical specifications. Do NOT use for code implementation or ticket management.

2026-03-20
이 저장소에서 수집된 skills 53개 중 상위 40개를 표시합니다.