fullstack-dev-skills
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
Loading plugin...
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
/plugin marketplace add jeffallan/claude-skills
Then, install the skills:
/plugin install fullstack-dev-skills@jeffallan
For all installation methods and first steps, see the Quick Start Guide.
Full documentation: jeffallan.github.io/claude-skills
See Skills Guide for the full list, decision trees, and workflow combinations.
Skills activate automatically based on your request:
# Backend Development
"Implement JWT authentication in my NestJS API"
โ Activates: NestJS Expert โ Loads: references/authentication.md
# Frontend Development
"Build a React component with Server Components"
โ Activates: React Expert โ Loads: references/server-components.md
Complex tasks combine multiple skills:
Feature Development: Feature Forge โ Architecture Designer โ Fullstack Guardian โ Test Master โ DevOps Engineer
Bug Investigation: Debugging Wizard โ Framework Expert โ Test Master โ Code Reviewer
Security Hardening: Secure Code Guardian โ Security Reviewer โ Test Master
.astro/
content-assets.mjs
content-modules.mjs
content.d.ts
types.d.ts
.claude/
.claude-plugin/
marketplace.json
plugin.json
old-commands/
legacy/
complete-epic.md
complete-sprint.md
create-epic-plan.md
create-implementation-plan.md
execute-ticket.md
.editorconfig
.git-blame-ignore-revs
.github/
ISSUE_TEMPLATE/
claude-issue.yml
new-skill.yml
workflows/
ci.yml
release.yml
validate.yml
.gitignore
.pre-commit-config.yaml
.prettierignore
.prettierrc
.serena/
.gitignore
memories/
project_overview.md
style_and_conventions.md
suggested_commands.md
task_completion_checklist.md
project.yml
assets/
capture-screenshot.js
social-preview.html
social-preview.png
CHANGELOG.md
CLAUDE.md
commands/
common-ground/
COMMAND.md
common-ground.yaml
references/
assumption-classification.md
file-management.md
reasoning-graph.md
intake/
capture-behavior.yaml
create-system-description.yaml
document-codebase.yaml
project/
discovery/
approve-synthesis.md
approve.yaml
create-epic-discovery.md
create.yaml
synthesize-discovery.md
synthesize.yaml
execution/
complete-ticket.md
complete-ticket.yaml
execute-ticket.md
execute-ticket.yaml
planning/
create-epic-plan.md
create-implementation-plan.md
epic-plan.yaml
impl-plan.yaml
retrospectives/
complete-epic.md
complete-epic.yaml
complete-sprint.md
workflow-manifest.yaml
CONTRIBUTING.md
docs/
ATLASSIAN_MCP_SETUP.md
COMMON_GROUND.md
ideas/
audit-primary-docs.md
audit-skill-consistency.md
audit-workflow-docs.md
documentation-site.md
local_skill_development.md
prompts/
discovery-for-feature-forge.md
skill-ideas/
tarot.md
the-fool.md
SUPPORTED_AGENTS.md
v0.5.0-narrative.md
v0.5.0-plan.md
workflow/
WORKFLOW_COMMANDS.md
common-ground.md
discovery-approve.md
discovery-create.md
discovery-phase.md
discovery-synthesize.md
execution-complete-ticket.md
execution-execute-ticket.md
execution-phase.md
intake-capture-behavior.md
intake-create-system-description.md
intake-document-codebase.md
intake-phase.md
planning-epic-plan.md
planning-impl-plan.md
planning-phase.md
retrospective-complete-epic.md
retrospective-phase.md
workflow-definition-schema.md
LICENSE
Makefile
MODELCLAUDE.md
pyrightconfig.json
QUICKSTART.md
README.md
research/
GITHUB_ISSUE_TREE.md
SKILL_TRIGGER_LOGS.md
superpowers_research_findings.md
superpowers.md
ROADMAP.md
ruff.toml
scripts/
migrate-frontmatter.py
test-makefile.sh
update-docs.py
validate-markdown.py
validate-skills.py
site/
astro.config.mjs
package-lock.json
package.json
public/
.gitignore
robots.txt
scripts/
sync-content.mjs
src/
components/
Header.astro
SocialIcons.astro
content/
content.config.ts
docs/
index.mdx
privacy.md
styles/
custom.css
tsconfig.json
skills/
SKILLS_GUIDE.md
angular-architect/
references/
components.md
ngrx.md
routing.md
rxjs.md
testing.md
SKILL.md
api-designer/
references/
error-handling.md
openapi.md
pagination.md
rest-patterns.md
versioning.md
SKILL.md
architecture-designer/
references/
adr-template.md
architecture-patterns.md
database-selection.md
nfr-checklist.md
system-design.md
SKILL.md
atlassian-mcp/
references/
authentication-patterns.md
common-workflows.md
confluence-operations.md
jira-queries.md
mcp-server-setup.md
SKILL.md
chaos-engineer/
references/
chaos-tools.md
experiment-design.md
game-days.md
infrastructure-chaos.md
kubernetes-chaos.md
SKILL.md
cli-developer/
references/
design-patterns.md
go-cli.md
node-cli.md
python-cli.md
ux-patterns.md
SKILL.md
cloud-architect/
references/
aws.md
azure.md
cost.md
gcp.md
multi-cloud.md
SKILL.md
code-documenter/
references/
api-docs-fastapi-django.md
api-docs-nestjs-express.md
coverage-reports.md
documentation-systems.md
interactive-api-docs.md
python-docstrings.md
typescript-jsdoc.md
user-guides-tutorials.md
SKILL.md
code-reviewer/
references/
common-issues.md
feedback-examples.md
receiving-feedback.md
report-template.md
review-checklist.md
spec-compliance-review.md
SKILL.md
cpp-pro/
references/
build-tooling.md
concurrency.md
memory-performance.md
modern-cpp.md
templates.md
SKILL.md
csharp-developer/
references/
aspnet-core.md
blazor.md
entity-framework.md
modern-csharp.md
performance.md
SKILL.md
database-optimizer/
references/
index-strategies.md
monitoring-analysis.md
mysql-tuning.md
postgresql-tuning.md
query-optimization.md
SKILL.md
debugging-wizard/
references/
common-patterns.md
debugging-tools.md
quick-fixes.md
strategies.md
systematic-debugging.md
SKILL.md
devops-engineer/
references/
deployment-strategies.md
docker-patterns.md
github-actions.md
incident-response.md
kubernetes.md
platform-engineering.md
release-automation.md
terraform-iac.md
SKILL.md
django-expert/
references/
authentication.md
drf-serializers.md
models-orm.md
testing-django.md
viewsets-views.md
SKILL.md
dotnet-core-expert/
references/
authentication.md
clean-architecture.md
cloud-native.md
entity-framework.md
minimal-apis.md
SKILL.md
embedded-systems/
references/
communication-protocols.md
memory-optimization.md
microcontroller-programming.md
power-optimization.md
rtos-patterns.md
SKILL.md
fastapi-expert/
references/
async-sqlalchemy.md
authentication.md
endpoints-routing.md
migration-from-django.md
pydantic-v2.md
testing-async.md
SKILL.md
feature-forge/
references/
acceptance-criteria.md
ears-syntax.md
interview-questions.md
pre-discovery-subagents.md
specification-template.md
SKILL.md
fine-tuning-expert/
references/
dataset-preparation.md
deployment-optimization.md
evaluation-metrics.md
hyperparameter-tuning.md
lora-peft.md
SKILL.md
flutter-expert/
references/
bloc-state.md
gorouter-navigation.md
performance.md
project-structure.md
riverpod-state.md
widget-patterns.md
SKILL.md
fullstack-guardian/
references/
api-design-standards.md
architecture-decisions.md
backend-patterns.md
common-patterns.md
deliverables-checklist.md
design-template.md
error-handling.md
frontend-patterns.md
integration-patterns.md
security-checklist.md
SKILL.md
game-developer/
references/
ecs-patterns.md
multiplayer-networking.md
performance-optimization.md
unity-patterns.md
unreal-cpp.md
SKILL.md
golang-pro/
references/
concurrency.md
generics.md
interfaces.md
project-structure.md
testing.md
SKILL.md
graphql-architect/
references/
federation.md
migration-from-rest.md
resolvers.md
schema-design.md
security.md
subscriptions.md
SKILL.md
java-architect/
references/
jpa-optimization.md
reactive-webflux.md
spring-boot-setup.md
spring-security.md
testing-patterns.md
SKILL.md
javascript-pro/
references/
async-patterns.md
browser-apis.md
modern-syntax.md
modules.md
node-essentials.md
SKILL.md
kotlin-specialist/
references/
android-compose.md
coroutines-flow.md
dsl-idioms.md
ktor-server.md
multiplatform-kmp.md
SKILL.md
kubernetes-specialist/
references/
... 326 moreยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic
Surface and validate Claude's hidden assumptions about your project with /common-ground. See the Common Ground Guide for full documentation.
The 9 workflow commands manage epics from discovery through retrospectives, integrating with Jira and Confluence. See Workflow Commands Reference for the full command reference and lifecycle diagrams.
[!TIP] Setup: Workflow commands require an Atlassian MCP server. See the Atlassian MCP Setup Guide.
/common-groundSee Contributing for guidelines on adding skills, writing references, and submitting pull requests.
See Changelog for full version history and release notes.
MIT License - See LICENSE file for details.
Built by jeffallan
Principal Consultant at Synergetic Solutions
Fullstack engineering, security engineering, compliance, and technical due diligence.
Built for Claude Code | 9 Workflows | 366 Reference Files | 66 Skills