BeClaude

AgenticPW

New
GitHub TrendingDocumentationby AgenticPW

A practical collection of agentic practices and workflows, including reusable skills, commands, reference notes, and base knowledge documents.

First seen 6/11/2026

Summary

AgenticPW is a curated collection of agentic practices and workflows for Claude Code, providing reusable skills, commands, reference notes, and base knowledge documents.

  • It helps developers quickly adopt and implement effective agentic patterns, reducing setup time and improving consistency across projects.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agenticpw.md

3
Invoke with @agent-name
@agenticpw

Use Cases

Quickly bootstrap a new project with pre-built agentic workflows and reusable skills.
Reference best practices for agentic patterns when designing complex multi-step tasks.
Integrate proven command templates into your daily development workflow.
Share a standardized set of agentic knowledge documents across your team.
Learn and apply common agentic patterns without reinventing the wheel.

Usage Examples

1

/agenticpw list skills

2

/agenticpw apply workflow code-review

3

Show me the base knowledge documents in AgenticPW

View source on GitHub
documentationagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is AgenticPW?

AgenticPW is a curated collection of agentic practices and workflows for Claude Code, providing reusable skills, commands, reference notes, and base knowledge documents. It helps developers quickly adopt and implement effective agentic patterns, reducing setup time and improving consistency across projects.

How to install AgenticPW?

To install AgenticPW: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agenticpw.md. Finally, @agenticpw in Claude Code.

What is AgenticPW best for?

AgenticPW is a agent categorized under Documentation. It is designed for: documentation, agent. Created by AgenticPW.

What can I use AgenticPW for?

AgenticPW is useful for: Quickly bootstrap a new project with pre-built agentic workflows and reusable skills.; Reference best practices for agentic patterns when designing complex multi-step tasks.; Integrate proven command templates into your daily development workflow.; Share a standardized set of agentic knowledge documents across your team.; Learn and apply common agentic patterns without reinventing the wheel..