Life In Weeks
Render a "Life in Weeks" visualization to a markdown file – one grey square per week from the current week to (birthday + target age), dark for the current week, light for future weeks, 30 columns wide. Obsidian-safe HTML table, inline styles only.
Deployment
Oracle APEX deployment process — environment strategy, Git branching, developer workflow, release and hotfix procedures, QA checks, CI/CD automation, and ADT tooling. Use this skill whenever planning, reviewing, or executing deployments, setting up CI/CD pipelines, configuring Git branching strategy, preparing patches, reviewing pull requests against deployment standards, onboarding developers to…
Devils
Pressure-test a decision by dispatching five adversarial devils (Skeptic, Architect, Scout, Stranger, Operator) in parallel. Each attacks the idea from a different angle, then anonymously peer-reviews the others. The Warden synthesizes a markdown verdict and writes it to a user-chosen path. Based on Andrej Karpathy's LLM Council methodology. MANDATORY TRIGGERS: '/devils', 'devils this', 'pressure…
Apex Rest
Oracle APEX RESTful data service standards — module/template/handler design, package-backed handlers, naming conventions, error handling, and maintainability patterns. Use this skill whenever creating, reviewing, or debugging APEX REST services, ORDS modules, RESTful data services, or REST API endpoints in Oracle APEX. Triggers: REST service, ORDS, RESTful data service, REST API, REST module, RES…
Sql Formatter
Formatting style guide for Oracle SQL: views, tables, triggers, sequences, grants, MERGE/data scripts, and standalone SELECT/INSERT/UPDATE/DELETE. Use this skill on any .sql file that is NOT a PL/SQL package body or spec. For PL/SQL packages, procedures, functions, anonymous blocks, or trigger bodies use plsql-formatter instead. Triggers: CREATE VIEW, CREATE TABLE, CREATE TRIGGER, CREATE SEQUENCE…
Insights Actionable
Weekly Claude Code Insights workflow. Triggers /insights, converts the report to structured Markdown in AI/INSIGHTS/, appends 5 next-week goals to KANBAN_INSIGHTS.md, and sends a ready-ping iMessage when done. Runs automatically every Saturday 20:00 CET via launchd. Invoke with /insights-actionable.
Data Model
Oracle data model design standards — table design, column conventions, constraints, indexes, and data integrity patterns. Use this skill whenever designing database tables, reviewing a data model, creating or modifying constraints and indexes, naming database objects, or planning schema changes for Oracle APEX applications. Triggers: data model, table design, database design, schema design, const…
Plsql Formatter
Formatting style guide for Oracle PL/SQL code: packages, procedures, functions, package bodies, package specs, anonymous blocks, and any SQL embedded inside PL/SQL. Use this skill when a file contains CREATE OR REPLACE PACKAGE, CREATE OR REPLACE PROCEDURE, CREATE OR REPLACE FUNCTION, CREATE OR REPLACE TRIGGER body, or a DECLARE/BEGIN block. For pure DDL (views, tables, sequences, grants, standalo…
Apex Qa
Oracle APEX application quality assurance — standards for page design, component naming, MVC enforcement, and automated checks. Use this skill whenever reviewing APEX applications for quality, creating or auditing APEX pages, checking APEX naming conventions, enforcing MVC separation, reviewing embedded code reports, or setting up APEX QA checklists. Triggers: APEX review, APEX QA, APEX naming, A…
Plsql Code Quality
PL/SQL code quality guide covering naming conventions, anti-patterns, and structural patterns for Oracle packages, procedures, and functions. Use this skill whenever writing new PL/SQL code, reviewing existing PL/SQL for quality issues, refactoring Oracle packages, or discussing PL/SQL best practices. Triggers: PL/SQL review, code quality, naming conventions, anti-pattern, Oracle package review,…