adjective-entry
npx skills add https://github.com/majiayu000/claude-skill-registry --skill adjective-entry
Agent 安装分布
Skill 文档
Adjective Entry Requirements
Reminder: Write each entry individually by hand. Do not use scripts to mass-produce entries. See entry-guidelines skill.
When creating or revising ADJECTIVE entries (both i-adjectives and na-adjectives), include all of the following:
Required Sections
1. Forms Information (MEDIUM PRIORITY)
Include derived forms where natural:
FORMS:
- Adverbial: {é |ã¨ã}ã (i-adj) / {é|ãã}ãã« (na-adj)
- Noun form: {é |ã¨ã}ã (where natural)
Note: Not all adjectives have natural noun forms. Only include if commonly used.
2. Conjugation Paradigm (MEDIUM PRIORITY)
Show key conjugations:
CONJUGATION:
- Negative: {é |ã¨ã}ããªã / {é|ãã}ãã§ã¯ãªã
- Te-form: {é |ã¨ã}ã㦠/ {é|ãã}ãã§
- Past: {é |ã¨ã}ãã£ã / {é|ãã}ãã ã£ã
3. Predicate vs. Modifier Usage (MEDIUM PRIORITY)
Indicate which form is more common:
USAGE PATTERN:
- More common as: Predicate / Modifier / Equal
- Example: ãã®{é|ã¿ã¡}ã¯{é |ã¨ã}ã (predicate) vs. {é |ã¨ã}ã{é|ã¿ã¡} (modifier)
4. Similar Words Section (MEDIUM PRIORITY)
For adjectives with semantic overlap, include distinctions:
SIMILAR WORDS:
- {楽|ãã} vs. {ç°¡å|ãããã} vs. {æ|ãã}ãã
- {楽|ãã}: comfortable, at ease (subjective feeling)
- {ç°¡å|ãããã}: simple, straightforward (objective complexity)
- {æ|ãã}ãã}: gentle, easy to understand (approachable)
Key adjective groups to distinguish:
- {å¬|ãã}ãã vs. {楽|ãã®}ãã (happiness vs. enjoyment)
- {æ|ãã}ã vs. {æ|ãã}ããã (scared vs. terrifying)
- {大ãã|ãããã} vs. {åº|ã²ã}ã (big vs. spacious)
- {æ°|ããã}ãã vs. {è¥|ãã}ã (new vs. young)
- {é£|ããã}ãã vs. {大å¤|ããã¸ã} (difficult vs. hard/serious)
5. Register Label (MEDIUM PRIORITY)
Mark as: Casual / Neutral / Formal / Emphatic
Example: ããã – [Register: Casual/Emphatic]
Low Priority Sections
6. Kanji Orthography Notes
When kanji vs. hiragana matters:
ORTHOGRAPHY:
- ããã is commonly written in hiragana; {å|ãã}ã appears in formal writing
- {坿|ããã}ã vs. ãããã - both common
Template for Notes Section
Important: Follow the formatting guidelines in the vocabulary-notes skill for proper structure.
[Adjective] is an [i-adjective/na-adjective].
FORMS:
- Adverbial: [form]
- Noun form: [form] (if natural)
SIMILAR WORDS:
- [word 1] vs. [word 2]: [distinction]
[Register notes if applicable]
[Any special usage patterns or restrictions]
I-Adjective vs. Na-Adjective Specifics
I-Adjectives
- End in ã (but not all ã-ending words are i-adjectives)
- Conjugate directly: {é«|ãã}ã â {é«|ãã}ããªã
- Connect with ãã¦: {é«|ãã}ãã¦{åº|ã²ã}ã
Na-Adjectives
- Require 㪠before nouns: {é|ãã}ããª{é¨å±|ã¸ã}
- Use ã§ to connect: {é|ãã}ãã§{åº|ã²ã}ã
- Negative with ã§ã¯ãªã/ãããªã
Special Cases
- {ããã|綺éº} – na-adjective despite ending in ã
- {å«|ãã}ã – na-adjective
- Note these exceptions explicitly in entries
Example Sentences
See the example-sentences skill for complete requirements including:
- Minimum counts: 5 examples per sense (basic/core) or 3 (general)
- Progressive length: Examples should get longer from first to last
- Vocabulary restrictions by tier
- Quality standards and formatting
Sense Numbers in Examples
For adjectives with multiple senses, each example must include a sense_numbers field:
"examples": [
{
"id": "00001_adj_ex1",
"japanese": "...",
"english": "...",
"sense_numbers": [1]
}
]
Adjective-specific guidelines:
- Examples demonstrating predicate vs. modifier usage typically share the same sense
- Different nuances of meaning (e.g., physical vs. emotional) may require separate senses
- Figurative or extended meanings should have their own sense numbers
- Show both predicate form (Xã¯{adj}) and modifier form ({adj}+noun)
- Demonstrate adverbial form usage where natural
Required Tags for Adjectives
All adjective entries must include these tags in metadata.tags:
"metadata": {
"tags": {
"pos": ["adjective-i"], // adjective-i, adjective-na, adjective-no, adjective-taru
"formality": "neutral", // formal, neutral, informal, vulgar
"politeness": "plain", // honorific, humble, polite, plain
"semantic": ["descriptive"] // Choose appropriate category
}
}
POS tag values for adjectives:
adjective-i: ã-adjectives (é«ã, 大ãã, ç¾ãã)adjective-na: ãª-adjectives (éã, 便å©, ããã)adjective-no: ã®-adjectives (æ¬å½ã®, æ®éã®)adjective-taru: ãã-adjectives (å ã ãã, æ ã ãã) – literary/formal
Semantic categories for adjectives:
emotion: å¬ãã, æ²ãã, æã (feelings)size: 大ãã, å°ãã, é·ã, é«ã (dimensions)color: 赤ã, éã, ç½ã (colors)descriptive: Fallback for adjectives not fitting specific categories
Quality Checklist for Adjectives
- All kanji have furigana (headword, examples, AND notes)
- Verify:
python3 build/verify_furigana.py <entry_id>shows “â OK” - Tags complete: pos, formality, politeness, semantic
- Part of speech correctly identified (i-adj vs. na-adj)
- Adverbial form provided
- Key conjugations shown
- Similar words distinguished (if applicable)
- Examples show both predicate and modifier uses
- Register noted if not neutral
- Special cases (ããã, å«ã type) flagged if applicable
- All examples have valid sense_numbers