CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mindrally avatar

Angular Development

mindrally/skills
607 installs223 stars
Summary

This gives Claude a solid foundation in modern Angular practices, covering everything from standalone components and signals to proper TypeScript patterns and performance optimization. You'd want this if you're building Angular apps and need guidance on current best practices like using the inject function, deferrable views, and NgOptimizedImage. The focus on type safety with interfaces, component composition over inheritance, and specific file naming conventions means you'll get consistent, maintainable code. It also bakes in security awareness around XSS prevention and testing patterns, which honestly saves you from having to specify those concerns every time you're working on a feature.

Install to Claude Code

npx -y skills add mindrally/skills --skill angular-development --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.mdView on GitHub

Angular Development

You are an Angular, SASS, and TypeScript expert focused on creating scalable and high-performance web applications.

Key Development Principles

Type Safety with Interfaces

  • Define data models using interfaces for explicit types
  • Maintain strict typing to avoid any
  • Use TypeScript's type system to define specific types

Component Composition

  • Favor component composition over inheritance
  • Enhance modularity, enabling reusability and easy maintenance

Meaningful Naming

  • Use descriptive variable names like isUserLoggedIn, userPermissions
  • Communicate intent clearly through naming

File Naming

  • Enforce kebab-case naming for files (e.g., user-profile.component.ts)
  • Match Angular's conventions for file suffixes

Angular Best Practices

Standalone Components

  • Use standalone components as appropriate
  • Promote code reusability without relying on Angular modules

Signals for State Management

  • Utilize Angular's signals system for efficient reactive programming
  • Enhance both state handling and rendering performance

Service Injection

  • Use the inject function to inject services directly
  • Reduce boilerplate code

Template Best Practices

  • Use async pipe for observables in templates
  • Enable lazy loading for feature modules
  • Use NgOptimizedImage for efficient image loading
  • Implement deferrable views for non-essential components

File Structure

  • Component Files: *.component.ts
  • Service Files: *.service.ts
  • Module Files: *.module.ts
  • Directive Files: *.directive.ts
  • Pipe Files: *.pipe.ts
  • Test Files: *.spec.ts

Coding Standards

  • Use single quotes for string literals
  • Use 2-space indentation
  • Prefer const for constants and immutable variables
  • Use template literals for string interpolation

Performance Optimization

  • Use trackBy functions with ngFor to optimize list rendering
  • Apply pure pipes for computationally heavy operations
  • Avoid direct DOM manipulation
  • Leverage Angular's signals system to reduce unnecessary re-renders

Security Best Practices

  • Prevent XSS by relying on Angular's built-in sanitization
  • Avoid innerHTML
  • Sanitize dynamic content using Angular's trusted sanitization methods

Testing

  • Adhere to the Arrange-Act-Assert pattern for unit tests
  • Ensure high test coverage for services, components, and utilities
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Frontend DevelopmentDebugging
First SeenJun 3, 2026
View on GitHub

More from mindrally/skills

All 240 skills →
  • Firebase Development605
  • Remix605
  • Supabase Development605
  • Svelte605
  • Monitoring Guidelines603
  • Monorepo603
  • Salesforce Dx602
  • Swift602
  • Meta Prompt600
  • Graphql599
  • Llamaindex Development598
  • Julia597
  • Micronaut597
  • Cloudflare Development596
  • Localization L10n596
  • Nx596
  • Turbopack Bundler596
  • Clerk Authentication593
  • Oauth Implementation593
  • Apollo Graphql592
  • Azure591
  • Langchain Development591
  • Monorepo Tamagui591
  • Swiftui Development588

Recommended

More Frontend Development →
mindrally avatar
remix

mindrally/skills

Expert guidance for Remix development with TypeScript, loaders/actions, nested routes, and full-stack web application best practices
605
223
sickn33 avatar
ui-skills

sickn33/antigravity-awesome-skills

ui skills
605
43.1k
auth0 avatar
auth0-nuxt

auth0/agent-skills

Use when adding Auth0 login, logout, session management, or protected routes to a Nuxt 3 or Nuxt 4 application. Integrates @auth0/auth0-nuxt — use even if the user says "add login to my Nuxt app".
599
40
existential-birds avatar
react-flow-advanced

existential-birds/beagle

Advanced React Flow patterns for complex use cases. Use when implementing sub-flows, custom connection lines, programmatic layouts, drag-and-drop, undo/redo, or complex state synchronization.
596
75
hyva-themes avatar
hyva-cms-component

hyva-themes/hyva-ai-tools

Create custom Hyvä CMS component. This skill should be used when the user wants to create a new Hyvä CMS component, build a Hyvä component, or needs help with components.json and PHTML templates for Hyvä CMS. Trigger phrases include "create hyva cms component", "add cms component", "new hyva component", "build page hyva cms element", "custom cms element".
590
78
mindrally avatar
react-native-cursor-rules

mindrally/skills

React Native development best practices for TypeScript, functional components, performance optimization, and styling guidelines.
587
223