Latest Agent Skills

25788 skills

projectious-work
Model Recommender
Recommend the right AI model for a task by scoring candidates across six dimensions (Reasoning, Engineering, Speed, Breadth, Reliability, Governance) and displaying a spider-chart profile.
0 · bundle
projectious-work
Context Archiving
Plan and execute hot-to-cold processkit context archiving while keeping archived entity metadata queryable through the shared index.
0 · bundle
projectious-work
Session Handover
Write an end-of-session handover LogEntry capturing current state, open threads, next action, and git context for session continuity.
0 · bundle
projectious-work
Scope Management
Manage Scope entities — bounded containers grouping related work (sprint, milestone, project, quarter). Use when creating or updating a grouping boundary — sprint, milestone, quarter, project, release — that other entities will reference.
0 · bundle
projectious-work
Index Management
SQLite-backed index over all entity files in the project. The read-side foundation for every other MCP server. Use whenever an agent needs to look up entities by ID, kind, state, or text — instead of grepping the filesystem.
0 · bundle
projectious-work
Context Grooming
Review and prune the project context — archive completed work, summarize stale entries, and propose disabling unused skills.
0 · bundle
projectious-work
Agent Management
Orchestrate multi-agent workflows with task decomposition, role assignment, handoff protocols, and per-session context budgeting.
0 · bundle
projectious-work
Status Briefing
Generates a concise status briefing after session-start reconciliation — synthesizing current state, open decisions, key risks, and today's priority actions. Use at session start, for "pk-resume", a briefing, catch-up, or today's focus.
0 · bundle
projectious-work
Standup Context
Writes a structured standup update as a session.standup LogEntry — capturing what was done, what is in progress, what comes next, and any blockers. Use when the user says "write a standup", "standup update", "what did I do today", "write a status update for the team", or at the end of a session on projects that run daily standups.
0 · bundle
projectious-work
Role Management
Create and maintain Role entities — named sets of responsibilities that actors can fill. Use when defining a new role in the project (developer, reviewer, tech-lead, release-manager) or updating an existing role's responsibilities.
0 · bundle
projectious-work
Owner Profiling
Build and maintain a structured personal-context portfolio for the project owner — identity, working style, goals, team, decision patterns. Includes both an interview protocol for bootstrapping and observable-signal patterns for incremental refinement. Use to bootstrap an owner profile (interview), to refine an existing profile (target one file), or to incrementally update the profile based on observed patterns from a normal session (the agent watches for signals and proposes additions when evidence accrues).
0 · bundle
projectious-work
Note Management
Captures, reviews, and promotes Note entities — the lightweight knowledge capture primitive in processkit. Notes are quick-capture units (thoughts, insights, questions, references) that are reviewed periodically and promoted to WorkItems, DecisionRecords, or other primitives when they ripen. Use when the user says "remember this", "note that", "I had an idea", or when running a periodic note review session.
0 · bundle
projectious-work
Gate Management
Manage Gate entities — validation checkpoints that WorkItems, scopes, or policy applications must pass (code review, security scan, tests). Use when defining or updating a checkpoint for v2 workflow surfaces — code review, tests green, security scan, stakeholder approval.
0 · bundle
projectious-work
Decision Record
Record decisions with rationale, alternatives, and consequences — the ADR pattern as a primitive. Use when a consequential choice is made — architecture, tooling, process, scope, trade-off. Capture WHY, not just WHAT.
0 · bundle
projectious-work
Skill Reviewer
Audit an existing processkit skill against the 5 Skill Killers, the Agent Skills standard, and Anthropic's troubleshooting playbook, producing a categorized findings report and draft Gotchas.
0 · bundle
projectious-work
Skill Builder
Author a new processkit skill end-to-end — use-case interview, frontmatter, body sections, Gotchas, and trigger-phrase generation.
0 · bundle
projectious-work
Runtime Prune
Inspect, plan, and invoke safe cleanup for runtime-manager-owned state without binding the workflow to a specific host orchestrator or agent provider.
0 · bundle
projectious-work
Retrospective
Generates a post-release blameless retrospective from project signals — synthesizing DORA-like metrics, WorkItem outcomes, session timeline, and drift deltas into a structured Artifact + LogEntry. Use at the end of a release cycle when asked to run a retro, "post-release review", "retrospective", or "post-mortem".
0 · bundle
projectious-work
Release Audit
Detect-only pre-release validation sweep over the processkit content tree. Walks entity files, SKILL.md definitions, MCP server tools, and cross-references, then emits a single human-readable report with ERROR / WARN / INFO counts. Use when the user invokes `/pk-release-audit`, before tagging a release, or any time you need a comprehensive structural health check beyond what pk-doctor covers. Detect-only; never modifies any file under `context/`.
0 · bundle
projectious-work
Id Management
Generate unique entity IDs following the project's configured format. The write-side foundation that every entity-creating skill depends on. Use whenever a new entity is being created and needs an ID, or when validating an ID format, or to inspect the project's ID configuration.
0 · bundle
projectious-work
Aggregate MCP
Expose the processkit MCP tool surface through a single stdio server. Use for harnesses that eagerly start every configured MCP server, such as Codex, while keeping per-skill MCP servers available.
0 · bundle
projectious-work
Actor Profile
Create and maintain Actor entities — humans and AI agents that participate in the project. Use when adding a new collaborator (human or agent) to the project, updating their preferences/expertise, or querying who does what.
0 · bundle
projectious-work
Team Manager
Create and maintain TeamMember entities — humans and named AI personas that participate in the project with persistent identity, personality, and tiered memory. Use when adding a new persistent team-member (human or named AI), managing the name pool, scaffolding memory trees, or exporting/importing a team-member bundle. Replaces the deprecated actor-profile skill (DEC-20260422_0233-SpryTulip).
0 · bundle
projectious-work
Team Creator
Compose a provider-neutral AI team by tiering accessible models on cost-efficiency, capability, latency, and governance, then mapping the 8 processkit role archetypes onto catalog Roles + RoleSlots inside a chartering Scope. Use when bootstrapping a new project team, rotating after a provider change, or quarterly rebalancing. Triggers: "create my AI team", "compose a team", "rebalance the team", "review the team".
0 · bundle
projectious-work
Skill Finder
Navigation aid for the processkit skill catalog — maps natural-language cues and task types to the right skill. Read this when you are unsure which skill applies to the current task, when the user names a task without naming a skill, or at session start when orienting to an unfamiliar project. Always the first skill to consult; never the last.
0 · bundle
projectious-work
Task Router
Route a task description to the right processkit skill, project-specific process override, and MCP tool in a single deterministic call — use this at the start of every processkit domain task.
0 · bundle
projectious-work
Repo Management
Reconcile repository issues, pull requests, merge requests, local git state, commits, and pushes across GitHub, GitLab, Gitea, Forgejo, Codeberg, Bitbucket, Azure DevOps, and SourceHut.
0 · bundle
projectious-work
Skill Gate
Session-start meta-skill that enforces the 1% rule: before any action on a processkit entity or context/ file, if there is even a 1% chance a processkit skill applies, you MUST check skill-finder first. Load this skill at the start of every session that may involve processkit work. Use when beginning a new task, when unsure which skill applies, or when you are about to edit context/, create an entity, or run an MCP tool.
0 · bundle
projectious-work
Agent Card
Project processkit agent-card Artifacts into canonical public agent-card JSON files. Use when publishing an agent identity, endpoint, capability, or interoperability card from repository context into a runtime-visible file.
0 · bundle
projectious-work
Release Semver
Semantic versioning releases — version bumps, changelogs, tags, publishing. Use when preparing a new release: deciding the version bump, drafting the changelog, tagging the commit, and publishing to the project's distribution channel.
0 · bundle
projectious-work
Event Log
Append-only event log — the probabilistic record of everything that happened in the project. Use whenever something notable happens that the project should remember — work items created/transitioned, decisions recorded, bindings changed, incidents occurred, releases shipped.
0 · bundle
projectious-work
Pk Owner Bootstrap
Use the owner-profiling skill to run the initial profiling interview for $ARGUMENTS.
0
projectious-work
Pk Release Audit
Use the release-audit skill to run the pre-release validation sweep and print
0
projectious-work
Pk Model Refresh
Use the model-recommender skill, Workflow C (Roster Refresh), to research and update the model roster from live benchmarks.
0
projectious-work
Pk Note Promote
Use the note-management skill to promote note $ARGUMENTS to a permanent artifact.
0
projectious-work
Pk Skill Audit
Use the skill-reviewer skill to run a full 11-category audit of the $ARGUMENTS skill.
0
projectious-work
Pk Note Review
Use the note-management skill to review all fleeting notes and decide what to promote or discard.
0
projectious-work
Pk Model Setup
Use the model-recommender skill, Workflow D (Setup Questionnaire), to configure model access and project-level preferences.
0
projectious-work
Pk Skill New
Use the skill-builder skill to start the interactive skill-creation workflow for $ARGUMENTS.
0
projectious-work
Pk Standup
Generate today's standup: what was done, what is in progress, what comes
0
projectious-work
Pk Discuss
Use the discussion-management skill to start a structured discussion
0
projectious-work
Pk Status
Use the standup-context skill to generate a status update: current
0
projectious-work
Pk Review
Review the current branch's changes against the project's code style and
0
projectious-work
Pk Resume
Use the status-briefing skill to run `pk-reconcile session-start`, then
0
projectious-work
Pk Doctor
Use the pk-doctor skill to run the aggregator health check and resolve
0
projectious-work
Pk Route
Use the model-recommender skill, Workflow B (Task Router), to route the following task to the optimal model + version + effort: $ARGUMENTS.
0
projectious-work
Pk Retro
Use the retrospective skill to generate a post-release blameless
0
projectious-work
Pk Groom
Use the context-grooming skill to prune and compact the current project context.
0
projectious-work
Pk Build
Read the `<!-- pk-commands BEGIN -->` ... `<!-- pk-commands END -->` block
0
projectious-work
Pk Test
Read the `<!-- pk-commands BEGIN -->` ... `<!-- pk-commands END -->` block
0
projectious-work
Pk Note
Use the note-management skill to capture a new fleeting note titled
0
projectious-work
Pk Lint
Read the `<!-- pk-commands BEGIN -->` ... `<!-- pk-commands END -->` block
0
30eggis
Specialized Blockchain Security Auditor
Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.
2
30eggis
Product Product Behavioral Nudge Engine
Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
2
30eggis
Marketing Marketing App Store Optimizer
Expert app store marketing specialist focused on App Store Optimization (ASO), conversion rate optimization, and app discoverability
2
30eggis
Specialized Specialized Civil Engineer
Expert civil and structural engineer with global standards coverage — Eurocode, DIN, ACI, AISC, ASCE, AS/NZS, CSA, GB, IS, AIJ, and more. Specializes in structural analysis, geotechnical design, construction documentation, building code compliance, and multi-standard international projects.
2
30eggis
Specialized Specialized Chief Of Staff
Master coordinator for founders and executives — filters noise, owns processes, enforces consistency, routes decisions, and positions outputs for impact so the boss can think clearly.
2
30eggis
Specialized Hospitality Guest Services
Comprehensive hospitality guest services specialist for hotels, resorts, restaurants, and event venues — covering reservations, check-in/check-out, concierge services, guest complaint resolution, loyalty program management, and post-stay follow-up to deliver exceptional guest experiences that drive loyalty and revenue
2
30eggis
Marketing Marketing Podcast Strategist
Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.
2
30eggis
Game Development Unity Unity Architect
Data-driven modularity specialist - Masters ScriptableObjects, decoupled systems, and single-responsibility component design for scalable Unity projects
2