Results for “retirement”
53 skillsFlow Governance
Establishes operational standards for a Salesforce Flow portfolio, covering naming conventions, ownership, version discipline, retirement of stale flows, and release readiness checks.
15 · bundle
Qdro Draft
Drafts Qualified Domestic Relations Orders (QDROs) compliant with ERISA §206(d)(3) and IRC §414(p) to divide retirement benefits in divorce. Covers defined benefit pensions, 401(k)s, and defined contribution plans with plan-specific division formulas and alternate payee protections. Use when drafting QDROs, dividing retirement assets post-judgment, or preparing domestic relations orders for plan administrator review.
34
More results
Extract Aging Report Data
Extract structured fields from aging report documents.
2
Deprecate Skill
Gracefully retire a skill that is redundant, superseded, or no longer earning its place in the context window. Load when improve-skills finds a skill scoring 0-5/14 AND research confirms the domain is now handled natively by current models, when two skills have overlapping triggers and one subsumes the other, when the user asks to remove a skill, retire a skill, delete a skill, or clean up redundant skills, or when validate-skills flags a skill as a duplicate trigger risk. Handles removal cleanly: updates all callers, removes from AGENTS.md, updates README, and archives rather than deletes so the skill can be recovered if needed.
3 · bundle
Agent Platform Model Registry
Manage machine learning models in the Agent Platform Model Registry: list, describe, upload, update, and delete models and their versions.
14.4k
Nemotron Retrieval Recipes
Plan, debug, tune, evaluate, export, or deploy public Nemotron embedding and reranking retrieval recipes using the current checkout.
2.2k · bundle
Extract Kyuyo Meisai Data
Extract employee, employer, allowances, deductions, taxes, and net pay from Japanese payslips.
2
Total Recall
Watches conversations continuously and compresses them into prioritized notes, consolidating and recovering missed sessions with multiple redundancy layers.
1 · bundle
Self Reflection
Turn owner feedback about agent behavior into concrete system changes. Use when the owner says something is off, wants the assistant to improve how it operates, asks for a reflection, or wants a durable fix instead of a one-off apology.
6
Fine Tuning With Trl
Fine-tune and align language models using reinforcement learning with TRL, including SFT, DPO, PPO, GRPO, and reward model training.
10.4k · bundle
Training Archive Gating
Mandatory training archive with model gating (APPROVED/REVIEW/DROP). Trigger when: (1) training run completes, (2) need to decide which models to deploy, (3) want historical training reference, (4) need checkpoint recommendations for overfitting.
3
Bgb
Prüft Frist, Form, Zuständigkeit, Rechtsweg und Sofortmaßnahmen im Betreuungsrecht und liefert eine Fristen- und Risikoampel mit Sofortschritten.
1.5k
Tire Management Program
Use when a carrier asks about tire program design, when to retread vs replace, position management (steer vs drive vs trailer), inflation pressure standards, casing management, scrub rates, road-call prevention, or vendor program selection (Bridgestone, Michelin, Continental, Goodyear). Covers 49 CFR 393.75 and DOT roadside out-of-service criteria.
1
Pr Review Expert
Resolves legacy references to the pr-review-expert capability by routing to the current runtime agent or skill.
20
Workflow Housekeep
Repo housekeeping: sync READMEs to match current architecture, remove dead files (logs, screenshots, deprecated code, build artifacts), update npm/pip/cargo dependencies to latest. Use when asked to: "housekeep", "clean up repo", "update README", "update dependencies", "fix vulnerabilities", "remove dead code", "tidy.
8 · bundle
Autoresearch
Run Karpathy-style autonomous ML search on a real training repo: choose the right mode (setup, program.md, bounded loop, results interpretation, or constrained-hardware adaptation), preserve the immutable prepare.py / 300-second / val_bpb contract, and route prompt/skill eval work away to LangSmith, Promptfoo, Braintrust, or skill-autoresearch.
42 · bundle
Regression Testing
`analysis-agent`/`task-agent`/`review-agent`: use for recurrence guards on known defects, incidents, or escaped failures; skip speculative risk without a prior failure mechanism.
4 · bundle
Context Extraction
Distill learnings from a completed repo analysis into reusable knowledge base entries in ~/.copilot/context/. Use after finishing a repo-analysis to make the learnings persistent and searchable.
0
Exposure Coach
Synthesize market breadth, regime, and flow signals into a unified capital commitment recommendation with exposure ceiling, bias, and action guidance.
2.3k · bundle
Plan Rls Audit
Audit a Supabase/Postgres project for Row-Level Security and access-control gaps, then produce a phased remediation plan. Use when "RLS", "is my Supabase secure", "anyone can read my data", "lock down my tables". App-layer session/route gates → audit-auth-flows.
8
Reranking
Reranking retrieved documents with cross-encoders and LLM rerankers. Cohere Rerank v3, Voyage rerank-2, BGE reranker, ColBERT late interaction, Jina reranker. Cost and latency tradeoffs, top-K in / top-N out strategy. USE WHEN: user mentions "rerank", "reranker", "cross-encoder", "Cohere Rerank", "Voyage rerank", "BGE reranker", "ColBERT", "Jina reranker", "bi-encoder" DO NOT USE FOR: initial retrieval - use `advanced-retrieval` or `hybrid-search`; query rewriting - use `query-transformations`; agent decisions - use `agentic-rag`
28
Ponytail
Applies four disciplined mindsets—audit, debt, help, review—to cut complexity, track deferrals, surface reference, and catch over-engineering in codebases.
10
Self Mastery Framework
当个人希望提升自身在职业或社会中的不可替代性,以应对环境变化和不确定性时
11 · bundle
Decommission
Systematically tear down and remove a service, package, or infrastructure component
1 · bundle
Cx Renewal Risk Review
Use to build an account's cumulative support record ahead of a renewal or QBR, so the review reflects the whole relationship rather than the most recent ticket. Trigger for "prepare for this renewal", "what has this account's support experience been", "which accounts are at risk before renewal", QBR preparation, account health review, or an account that renewed badly with no warning.
1
Branch Hygiene
Composite skill — one-pass cleanup of stale local branches, dead worktrees, merged branches, and abandoned remote PR branches. Chains `git fetch --prune` → `clean_gone` (kill [gone] branches) → worktree prune + offer-to-remove dead worktrees → list-and-delete branches merged to main and release → delete remote PR branches whose PRs merged >7 days ago. Use instead of running `clean_gone` alone — that only catches half the rot. Daily-friction composite; fires on "clean up branches", "branch hygiene", "stale worktrees", and on session start when local branch count > 30.
1 · bundle
Leave Policy
Write leave policies covering PTO, sick, and family leave. TRIGGERS - Use when user needs help with leave-policy related tasks.
3
Building Identity Governance Lifecycle Process
Designs and automates identity governance lifecycle processes including joiner-mover-leaver workflows, role mining, access requests, periodic recertification, and orphaned account remediation using IGA platforms.
24.6k · bundle
Popl Workflow
Use when planning a POPL campaign calendar — backward-scheduling theory and mechanization from the July deadline, riding the October notification into the conditional-acceptance revision and artifact evaluation, landing the January conference, and retargeting across the SIGPLAN/PACMPL deadline wheel if July slips.
1k
Release Rollback
`analysis-agent`/`task-agent`/`review-agent`: use for release identity, compatibility, exposure, stop, rollback, or recovery; skip pipeline-only and no-release work.
4 · bundle
Eol Message
Craft clear, empathetic end-of-life announcements for products, features, or plans, including rationale, customer impact, and transition support.
5.6k · bundle
DB Closure Table
Closure Table
18 · bundle
Wip Aging
Analysiert Work in Progress nach Alter, Partner, Mandat und Abrechnungsrisiko für deutsche Kanzleien und liefert ein Entscheidungsboard mit Optionen, Fristen und Kommunikationslinie.
1.5k
Key Rotation Manager
Manage key rotation manager operations. Auto-activating skill for Security Advanced. Triggers on: key rotation manager, key rotation manager Part of the Security Advanced skill category. Use when working with key rotation manager functionality. Trigger with phrases like "key rotation manager", "key manager", "key".
4
Career
Manages career workflows: resume review and scoring, job evaluation with apply recommendations, rubric development, content extraction from conversations, and pipeline quality audits.
1
Resume
Recover session state from git, plans, and open PRs, then continue from the last completed phase without repeating work
1 · bundle