Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
initialize-project-memory
[DEPRECATED] PRISM-Memory has been archived. This skill is no longer active.
resolve-io/.prism 1
-
investigate-root-cause
Use for root cause analysis of bugs or issues. Systematically investigates problems to identify underlying causes.
resolve-io/.prism 1
-
init-context
Initialize PRISM .context folder in current project. Use when starting PRISM work in a new project or setting up context management.
resolve-io/.prism 1
-
create-epic
Use when creating new Epic documents. Groups related user stories, includes risk analysis, integration points, and story breakdown with PROBE estimation.
resolve-io/.prism 1
-
trace-requirements
Use to trace requirements through implementation. Maps acceptance criteria to code and tests.
resolve-io/.prism 1
-
story-decomposition
Use to break down large stories into optimally-sized stories (1-3 days). Applies PSP measurement discipline.
resolve-io/.prism 1
-
file-first
File-first architecture principle for understanding codebases. Agents should read source files directly instead of relying on summaries, RAG, or pre-loaded context. Use Glob/Grep/Read tools.
resolve-io/.prism 1
-
apply-qa-fixes
Use when Dev agent needs to implement fixes based on QA gate results. Reads QA outputs, creates prioritized fix plans, and applies code/test changes to address identified issues.
resolve-io/.prism 1
-
skill-builder
Build efficient, scalable Claude Code skills using progressive disclosure and token optimization. Use when creating new skills, optimizing existing skills, or learning skill development patterns. Provides templates, checklists, and working examples.
resolve-io/.prism 1
-
strangler-pattern-guide
Use as reference guide for strangler pattern implementation. Provides patterns and best practices for legacy migrations.
resolve-io/.prism 1
-
fetch-jira-issue
Use when user mentions a Jira issue key (e.g., PLAT-123) or needs context from Jira. Retrieves and formats issue details for PRISM agent workflows.
resolve-io/.prism 1
-
strangler-pattern
Use when implementing strangler pattern for legacy migrations. Safely migrates controllers with feature flag control.
resolve-io/.prism 1
-
probe-estimation
Use to apply PROBE (PROxy-Based Estimation) method for story sizing. Uses historical data for accurate effort estimation.
resolve-io/.prism 1
-
create-next-story
Use to identify and prepare the next logical story based on project progress. Creates comprehensive story files with full technical context.
resolve-io/.prism 1
-
create-qa-task
Use to create QA task documents. Generates test specifications and validation requirements for QA team.
resolve-io/.prism 1
-
hooks-manager
Manage Claude Code hooks for workflow automation. Create, configure, test, and debug hooks that execute at various lifecycle points. Supports all hook events (PreToolUse, PostToolUse, SessionStart, etc.) with examples and best practices.
resolve-io/.prism 1
-
create-story-tasks
Use to decompose user stories into individual development tasks. Creates task documents that can be assigned, estimated, and tracked.
resolve-io/.prism 1
-
execute-checklist
Use to systematically validate documents, stories, or processes against defined checklists. Ensures quality and completeness.
resolve-io/.prism 1
-
risk-profile
Use to assess and document risk factors for stories or features. Creates risk profiles with mitigation strategies.
resolve-io/.prism 1
-
correct-course
Use when handling sprint changes or scope adjustments. Analyzes change impacts, re-estimates affected stories, and adjusts sprint capacity using PRISM principles.
resolve-io/.prism 1
-
shared
Shared reference documentation for PRISM skills. Contains common best practices, command patterns, and examples used across multiple skills.
resolve-io/.prism 1
-
nfr-assess
Use to assess non-functional requirements (security, performance, reliability, maintainability) through E2E integration testing patterns.
resolve-io/.prism 1
-
validate-markdown-refs
Validate markdown file references in .claude and .prism directories. Use to find broken links before committing documentation changes.
resolve-io/.prism 1
-
byos
resolve-io/.prism 1