feat: install korean technical blog skill bundle
.agents/skills의 technical-document-author, revising-korean-technical-prose, writing-natural-korean을 korean-technical-blog-skills-bundle-v1의 세 스킬로 교체한다. - writing-korean-technical-blogs: 문제·제약·선택·구현·결과·한계 구조화 - reducing-ai-like-korean-writing: 상투성·추상화·반복 제거 - editing-korean-grammar-and-expression: 맞춤법·띄어쓰기·호응 검수 상류를 수정하지 않고 복사했다. diff -r 0건, MANIFEST.sha256 검증 통과, 번들 validate_skill.py 3/3 PASS. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
1099834617
commit
25644cc4d9
@@ -0,0 +1,18 @@
|
||||
id: architecture-decision
|
||||
register: preserve_or_hamnida
|
||||
use_when: 아키텍처나 기술 선택의 이유와 결과를 설명할 때
|
||||
required_sections:
|
||||
- context_and_problem
|
||||
- decision_forces
|
||||
- alternatives
|
||||
- decision_and_reason
|
||||
- implementation_or_migration
|
||||
- consequences
|
||||
- limitations_and_reversal_conditions
|
||||
optional_sections:
|
||||
- diagrams
|
||||
- code_examples
|
||||
- future_options
|
||||
rules:
|
||||
do_not_turn_tradeoffs_into_benefits_only: true
|
||||
preserve_rejected_options_and_reasons: true
|
||||
@@ -0,0 +1,11 @@
|
||||
id: conversational-tech
|
||||
name: 대화형 기술 글
|
||||
register: preserve_consistent_haeyo_or_hamnida
|
||||
required_meaning:
|
||||
- reader_question
|
||||
- concrete_context
|
||||
- technical_reasoning
|
||||
- verification
|
||||
opening: reader_question_or_actual_observation
|
||||
ending: decision_and_remaining_question
|
||||
allow_humor: only_if_source_contains_it
|
||||
@@ -0,0 +1,18 @@
|
||||
id: default-formal
|
||||
register: hamnida
|
||||
use_when: 문서 유형이 특정되지 않은 일반 기술 사례
|
||||
required_sections:
|
||||
- problem_and_reader_value
|
||||
- constraints_and_goal
|
||||
- decision_or_approach
|
||||
- implementation
|
||||
- evidence_and_result
|
||||
- limitations_or_next_step
|
||||
optional_sections:
|
||||
- alternatives
|
||||
- code_examples
|
||||
- operational_notes
|
||||
rules:
|
||||
preserve_existing_consistent_register: true
|
||||
default_if_absent: 합니다체
|
||||
omit_unsupported_optional_sections: true
|
||||
@@ -0,0 +1,20 @@
|
||||
id: incident-postmortem
|
||||
register: formal
|
||||
use_when: 장애의 영향, 탐지, 복구, 원인과 재발 방지를 공개 가능한 범위에서 설명할 때
|
||||
required_sections:
|
||||
- incident_summary
|
||||
- user_impact
|
||||
- detection_and_timeline
|
||||
- technical_cause
|
||||
- contributing_factors
|
||||
- recovery
|
||||
- corrective_actions
|
||||
optional_sections:
|
||||
- what_worked
|
||||
- what_did_not_work
|
||||
- follow_up_metrics
|
||||
rules:
|
||||
blameless_system_focus: true
|
||||
preserve_uncertainty: true
|
||||
never_expose_sensitive_or_unpublished_details: true
|
||||
do_not_name_individuals_unless_required_and_authorized: true
|
||||
@@ -0,0 +1,17 @@
|
||||
id: migration-case-study
|
||||
register: preserve_or_hamnida
|
||||
use_when: 데이터, 플랫폼, 프레임워크, 인프라 또는 API 이관 과정을 설명할 때
|
||||
required_sections:
|
||||
- why_migration_was_needed
|
||||
- source_and_target_constraints
|
||||
- migration_strategy
|
||||
- validation_and_rollback
|
||||
- rollout
|
||||
- result_and_remaining_risk
|
||||
optional_sections:
|
||||
- data_backfill
|
||||
- compatibility_layer
|
||||
- operational_checklist
|
||||
rules:
|
||||
explain_invisible_work_value_early: true
|
||||
preserve_failure_and_rollback_conditions: true
|
||||
@@ -0,0 +1,18 @@
|
||||
id: performance-case-study
|
||||
register: preserve_or_hamnida
|
||||
use_when: 응답 시간, 처리량, 오류율, 자원 사용량 등 전후 성능을 설명할 때
|
||||
required_sections:
|
||||
- baseline_and_problem
|
||||
- metric_definition
|
||||
- environment_and_conditions
|
||||
- hypotheses_and_changes
|
||||
- before_after_results
|
||||
- regressions_and_limitations
|
||||
optional_sections:
|
||||
- failed_attempts
|
||||
- dashboards
|
||||
- code_or_query
|
||||
rules:
|
||||
put_key_result_in_first_15_percent: true
|
||||
never_report_metric_without_scope: true
|
||||
keep_adverse_results: true
|
||||
@@ -0,0 +1,11 @@
|
||||
id: recruitment-tech-content
|
||||
name: 팀·채용 기술 콘텐츠
|
||||
required_meaning:
|
||||
- systems_and_problem_types
|
||||
- role_and_ownership
|
||||
- collaboration_boundaries
|
||||
- real_technical_challenges
|
||||
forbid:
|
||||
- unverifiable_superlatives
|
||||
- invented_scale
|
||||
- promotional_exclamation_as_substitute_for_information
|
||||
@@ -0,0 +1,18 @@
|
||||
id: tooling-adoption
|
||||
register: preserve_or_hamnida
|
||||
use_when: 새로운 개발 도구, 플랫폼, 자동화 또는 AI 도구의 도입 과정을 설명할 때
|
||||
required_sections:
|
||||
- original_problem
|
||||
- evaluation_criteria
|
||||
- options_or_prior_approach
|
||||
- pilot_or_architecture
|
||||
- workflow
|
||||
- observed_results
|
||||
- costs_and_limits
|
||||
optional_sections:
|
||||
- rollout_plan
|
||||
- governance
|
||||
- security_review
|
||||
rules:
|
||||
distinguish_expectation_from_observation: true
|
||||
do_not_claim_productivity_without_measurement: true
|
||||
@@ -0,0 +1,14 @@
|
||||
id: tutorial-lab
|
||||
name: 명령어 기반 구성 실습
|
||||
required_meaning:
|
||||
- target_end_state
|
||||
- prerequisites_and_versions
|
||||
- commands_in_order
|
||||
- purpose_of_each_command
|
||||
- expected_observations
|
||||
- verification
|
||||
- cleanup_or_rollback
|
||||
- common_failures_and_diagnosis
|
||||
forbid:
|
||||
- claiming_unexecuted_commands_succeeded
|
||||
- omitting_destructive_command_warnings
|
||||
Reference in New Issue
Block a user