common

Reference HTML, CSS, JavaScript, and jQuery syntax and common patterns.

4|Updated Mar 26, 2018
One-click install
npx skills add https://github.com/forthcoming/essay --skill common-forthcoming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: common
Source: https://github.com/forthcoming/essay/tree/main/common
Command: npx skills add https://github.com/forthcoming/essay --skill common-forthcoming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for essential web development technologies, including HTML, CSS, JavaScript, and jQuery, enabling developers to quickly look up syntax, best practices, and common patterns.

Core Features & Use Cases

  • HTML & CSS Reference: Quick access to common HTML tags, attributes, and CSS box model properties.
  • JavaScript Fundamentals: Covers data types, control flow, functions, arrays, sets, maps, and asynchronous programming.
  • jQuery API: Details on selectors, event handling, AJAX, DOM manipulation, and utility functions.
  • Use Case: A developer needs to quickly recall the correct syntax for a JavaScript arrow function or how to select elements with a specific attribute using jQuery.

Quick Start

Show me the syntax for a JavaScript arrow function.

Frequently Asked Questions about common

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

FAQPage Schema
How do I look up the correct syntax for a JavaScript arrow function?

To look up JavaScript arrow function syntax, you can reference consolidated frontend development guides covering JavaScript fundamentals. This provides rapid access to exact coding patterns for standard web development.

What is the best way to select HTML elements by attribute using jQuery?

The best way to select HTML elements by attribute using jQuery is through dedicated API references detailing selectors and DOM manipulation. These references outline exact syntax patterns for querying elements efficiently.

How does AJAX request handling work with jQuery?

AJAX request handling with jQuery works by utilizing utility functions outlined in comprehensive web development references. These guides cover asynchronous programming and specific API usage for frontend data fetching.

Can I find CSS box model properties and common HTML tags in one place?

You can find CSS box model properties and common HTML tags together in a consolidated web development reference. It provides quick access to essential HTML attributes and CSS styling rules for frontend projects.

Do I need prior web development experience to use these JavaScript and jQuery references?

You do not need extensive prior web development experience to use these references, as they cover fundamentals from data types to event handling. However, basic understanding of HTML and CSS helps facilitate rapid lookup.