Skip to main content
bybren-llc
GitHub creator profile

bybren-llc

Repository-level view of 197 collected skills across 5 GitHub repositories.

skills collected
197
repositories
5
updated
Aug 4, 2026
repository explorer

Repositories and representative skills

safe-ai-dlc
project-management-specialists

Plan and run programs using the SAFe x AI-DLC fusion. Use when turning an audit, epic, or initiative into tracker structure (initiative, projects, milestones, issues, sub-issues), organizing work as Units of Work and Bolts, wiring a dependency DAG, or running…

Jul 20, 2026
safe-ai-dlc
project-management-specialists

Plan and run programs using the SAFe x AI-DLC fusion. Use when turning an audit, epic, or initiative into Linear structure (initiative, projects, milestones, issues, sub-issues), organizing work as Units of Work and Bolts, wiring a dependency DAG, or running…

Jul 20, 2026
safe-ai-dlc
project-management-specialists

Plan and run programs using the SAFe x AI-DLC fusion. Use when turning an audit, epic, or initiative into Linear structure (initiative, projects, milestones, issues, sub-issues), organizing work as Units of Work and Bolts, wiring a dependency DAG, or running…

Jul 20, 2026
vault-sync
software-developers

Detect and repair drift between an OKF knowledge vault and the code it describes. Use after merging significant changes (schema, interfaces, workflows, agent config), when a staleness review is due, or when the user asks to sync, refresh, or update the…

Jul 19, 2026
vault-sync
software-developers

Detect and repair drift between an OKF knowledge vault and the code it describes. Use after merging significant changes (schema, routes, workflows, agent config), when a staleness review is due, or when the user asks to sync, refresh, or update the knowledge…

Jul 19, 2026
vault-sync
software-developers

Detect and repair drift between an OKF knowledge vault and the code it describes. Use after merging significant changes (schema, interfaces, workflows, agent config), when a staleness review is due, or when the user asks to sync, refresh, or update the…

Jul 19, 2026
linear-sop
project-management-specialists

Ticket management best practices for Linear or equivalent project tracker. Use when creating issues, updating ticket status, attaching evidence, parsing acceptance criteria, or working with ticket UUIDs. Provides evidence templates for dev/staging/done phases.

Jul 19, 2026
linear-sop
project-management-specialists

Linear ticket management best practices. Use when creating issues, updating status, or attaching evidence. Provides evidence templates for dev/staging/done phases.

Jul 19, 2026
Showing 8 of 59 collected skills.
api-patterns
software-developers

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…

Mar 25, 2026
frontend-patterns
software-developers

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

Mar 25, 2026
migration-patterns
database-architects

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,…

Mar 25, 2026
pattern-discovery
software-developers

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.

Mar 25, 2026
rls-patterns
database-architects

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…

Mar 25, 2026
spec-creation
software-developers

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…

Mar 25, 2026
stripe-patterns
software-developers

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

Mar 25, 2026
team-coordination
software-developers

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…

Mar 25, 2026
Showing 8 of 53 collected skills.
writers-room
technical-writers

This skill convenes a 6-seat collaborative pre-production session — Story Architect, Story Analyst, Dialogue Writer, Scene Writer, Standards Reviewer, and Research Specialist pitch their creative visions before writing begins. Optionally convenes the seats…

Aug 4, 2026
continuity-tracking
technical-writers

This skill provides screenplay continuity tracking systems and templates. Covers character registry, timeline registry, location registry, prop registry, and wardrobe registry for maintaining story consistency. Use when: setting up tracking systems, checking…

Aug 4, 2026
action-description
writers-and-authors

This skill provides screenplay action and description writing techniques. Covers present tense formatting, visual storytelling, action sequences, and paragraph structure for scene descriptions. Use when: writing scene descriptions, crafting action sequences,…

Jan 14, 2026
arc-check
editors

This skill validates character arc development throughout a screenplay. Covers positive, negative, transformational, and flat arc types with examples from classic films like Tootsie, The Godfather, and Empire of the Sun. Use when: tracking character…

Jan 14, 2026
character-arcs
writers-and-authors

This skill provides character arc development frameworks and techniques. Covers the core arc formula (flaw to strength, want to need, lie to truth), positive change arcs, negative arcs, and supporting character development. Use when: developing character…

Jan 14, 2026
character-dialogue
technical-writers

This skill provides Fountain format character and dialogue formatting rules. Covers character name formatting, extensions (V.O., O.S., CONT'D), dual dialogue, parentheticals, and proper dialogue block structure. Use when: introducing characters, writing…

Jan 14, 2026
character-interview
producers-and-directors

This skill provides the 80-question character interview framework for deep character development. Covers background, psychology, relationships, habits, and motivations to build comprehensive character backstories. Use when: creating new characters, deepening…

Jan 14, 2026
dialogue-craft
writers-and-authors

This skill provides dialogue writing techniques for screenplays. Covers subtext, character voice differentiation, exposition handling, and the four purposes of dialogue (reveal character, advance plot, create conflict, entertain). Use when: polishing…

Jan 14, 2026
Showing 8 of 48 collected skills.
agent-coordination
project-management-specialists

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

Mar 9, 2026
api-patterns
software-developers

API route implementation patterns with RLS, Zod validation, and error handling. Use when creating API routes, implementing endpoints, or adding server-side validation.

Mar 9, 2026
confluence-docs
market-research-analysts-and-marketing-specialists-131161

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

Mar 9, 2026
deployment-sop
network-and-computer-systems-administrators

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

Mar 9, 2026
frontend-patterns
web-developers

Frontend patterns for Next.js App Router, Clerk auth, shadcn/Radix UI, and PostHog analytics. Use when building UI components, creating pages, implementing auth flows, or adding analytics events. Ensures consistent UX patterns and accessibility standards.

Mar 9, 2026
git-advanced
software-developers

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.

Mar 9, 2026
linear-sop
project-management-specialists

Linear ticket management best practices. Use when creating issues, updating status, or attaching evidence. Provides evidence templates for dev/staging/done phases.

Mar 9, 2026
migration-patterns
database-architects

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema.

Mar 9, 2026
Showing 8 of 35 collected skills.
Showing 5 of 5 repositories
All repositories loaded