Guiding Cognito Forms Development

Guide .NET and Vue.js development in the Cognito Forms codebase.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jacobrocks1212/claude-config --skill guiding-cognito-forms-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Guiding Cognito Forms Development
Source: https://github.com/jacobrocks1212/claude-config/tree/main/repos/cognito-forms/.claude/skills/cognito-forms
Command: npx skills add https://github.com/jacobrocks1212/claude-config --skill guiding-cognito-forms-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured guidance for building and evolving the Cognito Forms codebase, aligning backend, frontend, and service architecture practices.

Core Features & Use Cases

  • Guidance on .NET backend patterns, Vue.js client code organization, and service architecture.
  • Integration guidance for FormsService and StorageContext, along with testing strategies and coding standards.
  • Use case: onboarding new developers to standardize architecture across backend and frontend while mitigating common pitfalls.

Quick Start

Review the Cognito Forms architecture patterns, coding standards, and common pitfalls to align your code with established best practices.

Frequently Asked Questions about Guiding Cognito Forms Development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What architecture patterns should I use for Cognito Forms development across .NET and Vue.js?

Cognito Forms development uses established architecture patterns to align .NET backend projects and Vue.js frontend monorepos, providing standardized service architecture best practices and coding standards to ensure structural consistency across the codebase.

How do I integrate FormsService and StorageContext in a .NET backend?

Integrate FormsService and StorageContext by following the provided backend patterns, which offer guidance on service architecture integration points and coding standards to properly connect .NET backend components within the Cognito Forms codebase.

Can I use this guidance to onboard new developers to the Cognito Forms codebase?

Yes, this guidance onboards new developers by standardizing architecture across .NET backend and Vue.js frontend, mitigating common pitfalls through references to architecture-patterns.md, coding-standards.md, and common-pitfalls.md for rapid codebase alignment.

What are common pitfalls in Cognito Forms Vue.js client development?

Common pitfalls in Cognito Forms Vue.js client development include code organization issues and architecture misalignments, which are documented in common-pitfalls.md to help developers avoid frequent mistakes when building frontend features.

Does this guidance include testing strategies for FormsService integration?

Yes, this guidance includes testing strategies for FormsService integration, offering recommendations for validating service architecture and StorageContext interactions to ensure reliable .NET backend and Vue.js client operations.