affaan-m/everything-claude-code
These skills were imported into SkillJury from the public skills ecosystem.
frontend-slides
by affaan-m/everything-claude-code
Create zero-dependency, animation-rich HTML presentations that run entirely in the browser.
article-writing
by affaan-m/everything-claude-code
Write long-form content that sounds like a real person or brand, not generic AI output.
market-research
by affaan-m/everything-claude-code
Produce research that supports decisions, not research theater.
swiftui-patterns
by affaan-m/everything-claude-code
Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization.
swift-concurrency-6-2
by affaan-m/everything-claude-code
Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance.
foundation-models-on-device
by affaan-m/everything-claude-code
Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support.
visa-doc-translate
by affaan-m/everything-claude-code
You are helping translate visa application documents for visa applications.
content-engine
by affaan-m/everything-claude-code
Turn one idea into strong, platform-native content instead of posting the same thing everywhere.
investor-materials
by affaan-m/everything-claude-code
Build investor-facing materials that are consistent, credible, and easy to defend.
investor-outreach
by affaan-m/everything-claude-code
Write investor communication that is short, personalized, and easy to act on.
autonomous-loops
by affaan-m/everything-claude-code
Compatibility note (v1.8.0): autonomous-loops is retained for one release. The canonical skill name is now continuous-agent-loop . New loop guidance should be authored there, while this skill remains available to avoid breaking existing workflows.
plankton-code-quality
by affaan-m/everything-claude-code
Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch.
agentic-engineering
by affaan-m/everything-claude-code
Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
agent-harness-construction
by affaan-m/everything-claude-code
Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion.
ai-first-engineering
by affaan-m/everything-claude-code
Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation.
continuous-agent-loop
by affaan-m/everything-claude-code
This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release.
enterprise-agent-ops
by affaan-m/everything-claude-code
Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions.
ralphinho-rfc-pipeline
by affaan-m/everything-claude-code
Inspired by humanplane style RFC decomposition patterns and multi-unit orchestration workflows.
nanoclaw-repl
by affaan-m/everything-claude-code
Use this skill when running or extending scripts/claw.js .
backend-patterns
by affaan-m/everything-claude-code
Backend architecture patterns and best practices for scalable server-side applications.
coding-standards
by affaan-m/everything-claude-code
Universal coding standards applicable across all projects.
frontend-patterns
by affaan-m/everything-claude-code
Modern frontend patterns for React, Next.js, and performant user interfaces.
golang-patterns
by affaan-m/everything-claude-code
Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications.
security-review
by affaan-m/everything-claude-code
This skill ensures all code follows security best practices and identifies potential vulnerabilities.